#rss #feed #steam #game #user #verify #opml

app steam-rss

获取 Steam 游戏的 RSS 源

2 个版本

0.2.2 2022 年 9 月 23 日
0.2.1 2022 年 9 月 23 日

#607 in 游戏

AGPL-3.0-or-later

23KB
174 代码行

Steam ❤️ RSS

获取 Steam 游戏的 RSS 源。

功能

  • 从游戏的 AppID 或商店页面获取 RSS 源。
  • 从用户资料获取所有游戏的 RSS 源。
  • 通过检查它们是否返回 text/xml 来验证潜在源。
  • 以 OPML 文件输出源,以便轻松导入。

安装

Cargo

在安装了 Rust 和 Cargo 后,您可以从 Crates.io 安装 steam-rss

cargo install steam-rss

二进制文件

预编译的 x86_64-unknown-linux-gnu 二进制文件可在 发布页面 上找到。

用法

USAGE:
    steam-rss [OPTIONS]

OPTIONS:
    -a, --appid <APPID>        A game's AppID, can be used multiple times
    -h, --help                 Print help information
        --opml                 Output the feeds as OPML
    -t, --timeout <TIMEOUT>    The time in milliseconds to sleep between HTTP requests [default:
                               250]
        --url <URL>            A game's store URL, can be used multiple times
        --user <USER>          A person's steamcommunity.com ID or full URL, can be used multiple
                               times
    -v, --verify               Verify potential feeds by downloading them and checking if they
                               return XML
    -V, --version              Print version information

反馈

发现了一个问题或想要请求一个新功能?请发邮件至 [email protected],我会看看我能为您做什么。

许可证

AGPL-3.0-or-later 许可证下分发,有关更多信息,请参阅 LICENSE

依赖项

~13MB
~270K SLoC