Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/justin/podscraper
- Owner: justin
- License: mit
- Created: 2017-05-20T02:00:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T15:00:08.000Z (about 4 years ago)
- Last Synced: 2024-04-20T17:53:34.919Z (9 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.