1
Fork 0
Get RSS feeds for Steam games. https://crates.io/crates/steam-rss
Go to file
Bauke 166a8c9996
Version 0.2.0!
2022-09-22 21:20:04 +02:00
source Fix Clippy warning. 2022-09-22 21:19:49 +02:00
.gitignore Add gitignore, cargo-make and rustfmt configs. 2022-09-21 13:38:32 +02:00
Cargo.lock Version 0.2.0! 2022-09-22 21:20:04 +02:00
Cargo.toml Version 0.2.0! 2022-09-22 21:20:04 +02:00
LICENSE Initial commit! 🚀 2022-09-21 12:22:18 +02:00
Makefile.toml Add gitignore, cargo-make and rustfmt configs. 2022-09-21 13:38:32 +02:00
README.md Version 0.2.0! 2022-09-22 21:20:04 +02:00
rustfmt.toml Add gitignore, cargo-make and rustfmt configs. 2022-09-21 13:38:32 +02:00

README.md

Steam RSS

Get RSS feeds for Steam games.

AGPL-3.0-or-later

--help

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