Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 851 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 851 Bytes

podify

Podify connects to data sources (For now Listen Notes API), extracts metadata from podcast feeds and adds tracks it finds to a Spotify playlist.

Prerequisites

Have Crystal installed. On mac: brew install crystal

Installation

shards

Usage

Compile with: crystal build src/podify.cr

Run with ./podify -f listen_notes_feed_id

Get help and available options with ./podify -h

Todo

Contributing

  1. Fork it (https://github.com/clementf/podify/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors