Crates.io | overcast-to-sqlite |
lib.rs | overcast-to-sqlite |
version | 0.2.2 |
source | src |
created_at | 2021-09-19 02:07:09.697962 |
updated_at | 2021-09-19 02:13:37.036143 |
description | Download your Overcast listening data to SQLite |
homepage | |
repository | https://github.com/bcongdon/overcast-to-sqlite |
max_upload_size | |
id | 453453 |
size | 51,002 |
Download your Overcast listening history to sqlite. Supports saving podcast feeds and individual episodes.
$ cargo install overcast-to-sqlite
USAGE:
overcast-to-sqlite [OPTIONS] <SUBCOMMAND>
FLAGS:
-h, --help Print help information
-V, --version Print version information
OPTIONS:
-a, --auth-file <AUTH_FILE> Storage location for Overcast credentials [default: auth.json]
-p, --password <PASSWORD> Overcast password
-u, --username <USERNAME> Overcast username
SUBCOMMANDS:
archive Save Overcast feeds/episodes to sqlite
auth Authenticate with Overcast
help Print this message or the help of the given subcommand(s)
$ 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.