Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 artist

optional arguments:
-h, --help show this help message and exit
```

```
$ pitman get --help
usage: pitman get [-h] episode [episode ...]

positional arguments:
episode download episode

optional arguments:
-h, --help show this help message and exit
```