overcast-to-sqlite

Download your Overcast listening history to sqlite. Supports saving podcast feeds and individual episodes.

``` USAGE: overcast-to-sqlite --username --password

ARGS: The sqlite database path to store to

FLAGS: -h, --help Print help information -V, --version Print version information

OPTIONS: -p, --password Overcast password -u, --username Overcast username ```

Example Usage

sh $ overcast-to-sqlite podcasts.db --username=myusername@email.com --password=mypassword

Attribution

This package is heavily inspired the X-to-sqlite utilities created by Simon Willison.

This package was designed to fit nicely in the dogsheep / datasette ecosystems.