Podify connects to data sources (For now Listen Notes API), extracts metadata from podcast feeds and adds tracks it finds to a Spotify playlist.
Have Crystal installed.
On mac: brew install crystal
shards
Compile with: crystal build src/podify.cr
Run with ./podify -f listen_notes_feed_id
Get help and available options with ./podify -h
- Fork it (https://github.com/clementf/podify/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Clement Ferey - creator and maintainer