3 个版本
0.2.2 | 2021 年 9 月 19 日 |
---|---|
0.2.1 | 2021 年 9 月 19 日 |
0.2.0 | 2021 年 9 月 19 日 |
7 in #listening
16KB
273 行
overcast-to-sqlite
将 Overcast 的收听历史导出到 sqlite。支持保存播客内容和单个剧集。
安装
$ 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
致谢
本软件包深受由 Simon Willison 创建的 X-to-sqlite
工具的启发。
依赖项
~27–42MB
~692K SLoC