Download your Overcast listening history to sqlite. Supports saving podcast feeds and individual episodes.
$ cargo install overcast-to-sqlite
```
USAGE:
overcast-to-sqlite [OPTIONS]
FLAGS: -h, --help Print help information -V, --version Print version information
OPTIONS:
-a, --auth-file
SUBCOMMANDS: archive Save Overcast feeds/episodes to sqlite auth Authenticate with Overcast help Print this message or the help of the given subcommand(s) ```
sh
$ overcast-to-sqlite auth
$ overcast-to-sqlite archive podcasts.db
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.