Skip to content

tbowers/python-podcastindex-org-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

python-podcastindex-org-example

Python example for https://podcastindex.org

How to use:

  1. Install Python (from https://www.python.org/, https://brew.sh/, etc.)

  2. Install dependencies through PIP (e.g. pip install requests)

  3. replace the api_key and api_secret with your api and key values provided by https://api.podcastindex.org.

    api_key = "YOUR API KEY HERE";
    api_secret = "YOUR API SECRET HERE"
  4. Execute in command line:

    $ python podcasting-index.py "adam curry"

About

Python example of how to engage with the https://podcastindex.org/ APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages