1
Fork 0
Get RSS feeds for Steam games. https://crates.io/crates/steam-rss
Go to file
Bauke 41e1b2aaf6
Base functionality commit, 0.1.0.
2022-09-21 15:48:49 +02:00
source Base functionality commit, 0.1.0. 2022-09-21 15:48:49 +02:00
.gitignore Add gitignore, cargo-make and rustfmt configs. 2022-09-21 13:38:32 +02:00
Cargo.lock Base functionality commit, 0.1.0. 2022-09-21 15:48:49 +02:00
Cargo.toml Base functionality commit, 0.1.0. 2022-09-21 15:48:49 +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 Base functionality commit, 0.1.0. 2022-09-21 15:48:49 +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
    -t, --timeout <TIMEOUT>    The time in milliseconds to sleep between HTTP requests [default:
                               250]
    -v, --verify               Verify potential feeds by downloading them and checking if they
                               return XML
    -V, --version              Print version information