Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/justin/podscraper

Python scripts to scrape the iTunes Podcast categories.
https://github.com/justin/podscraper

python

Last synced: 3 months ago
JSON representation

Python scripts to scrape the iTunes Podcast categories.

Awesome Lists containing this project

README

        

# podscraper

A small, probably poorly-written script to grab the top podcasts from the iTunes directory.

## Installation

```
python -m pip install git+https://github.com/justin/podscraper.git
```

It may work with Python 2.6, but I haven't tested it.

## Usage

```
± podscraper --help
Usage: podscraper [OPTIONS] COMMAND [ARGS]...

A poorly written scraper for the Apple Podcast Directory

Options:
--verbose Verbose logging.
--help Show this message and exit.

Commands:
scrape Scrape the podcast directory
```

## License

MIT.