reactivepod / fido

Get podcast reviews from the iTunes API for one or more podcasts and a list of stores.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fido Build Status

Fetch reviews for one or more podcasts from a list of countries on the command line.

Installation

npm install -g @reactive/fido

Configuration

A default configuration is present in ./.fido. The file is in json format. To override the configuration it is suggested to create a file with the same syntax in ~/.fido.

{
  'podcasts': [
    {
      'name': 'Reactive',
      'podcastId': '1020286000',
      'countries': ['us', 'de', 'gb', 'se', 'ca', 'at', 'au', 'se', 'nl', 'br', 'mx', 'ru', 'gr', 'ar', 'za', 'ch', 'pt']
    },
    {
      'name': 'Descriptive',
      'podcastId': '926224392',
      'countries': ['us', 'de', 'gb', 'se', 'ca', 'at', 'au', 'se', 'nl', 'br', 'mx', 'ru', 'gr', 'ar', 'za', 'ch', 'pt']
    }
  ]
}

Usage

fido -h

License

MIT © Reactivists

About

Get podcast reviews from the iTunes API for one or more podcasts and a list of stores.

License:MIT License


Languages

Language:JavaScript 100.0%