Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tschaefer/pitman
:notes: Dig for your favored Podcast.
https://github.com/tschaefer/pitman
feeds podcast python rss
Last synced: about 2 hours ago
JSON representation
:notes: Dig for your favored Podcast.
- Host: GitHub
- URL: https://github.com/tschaefer/pitman
- Owner: tschaefer
- License: other
- Created: 2015-03-04T10:41:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-04T11:39:34.000Z (over 6 years ago)
- Last Synced: 2023-03-22T13:23:07.068Z (over 1 year ago)
- Topics: feeds, podcast, python, rss
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pitman
Dig for your favored Podcast.
## Usage
```
$ pitman --help
usage: pitman [-h] [-p {Sleaze,Mobilee,Drumcode,RA,Systematic,CLR}]
{show,search,get} ...Dig for your favored Podcast.
positional arguments:
{show,search,get}optional arguments:
-h, --help show this help message and exit
-p {Sleaze,Mobilee,Drumcode,RA,Systematic,CLR}, --podcast {Sleaze,Mobilee,Drumcode,RA,Systematic,CLR}
``````
$ pitman show --help
usage: pitman show [-h] [-l LIMIT] [-v]optional arguments:
-h, --help show this help message and exit
-l LIMIT, --limit LIMIT
limit show to last N episodes
-v, --verbose verbose output
``````
$ pitman search --help
usage: pitman search [-h] artist [artist ...]positional arguments:
artist search for artistoptional arguments:
-h, --help show this help message and exit
``````
$ pitman get --help
usage: pitman get [-h] episode [episode ...]positional arguments:
episode download episodeoptional arguments:
-h, --help show this help message and exit
```