#sqlite #listening #download #podcast #history #feed #overcast

app overcast-to-sqlite

将 Overcast 收听数据导出到 SQLite

3 个版本

0.2.2 2021 年 9 月 19 日
0.2.1 2021 年 9 月 19 日
0.2.0 2021 年 9 月 19 日

7 in #listening

MIT 协议

16KB
273

overcast-to-sqlite

crates.io

将 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 工具的启发。

本软件包旨在很好地与 dogsheep / datasette 生态系统兼容。

依赖项

~27–42MB
~692K SLoC