Bauke/steam-rss
Bauke
/
steam-rss
Archived
1
Fork 0
Get RSS feeds for Steam games. https://crates.io/crates/steam-rss
This repository has been archived on 2025-07-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Bauke 51e048ec40
In verify mode, replace feed text with actual feed title.
2022-09-21 22:05:49 +02:00
source In verify mode, replace feed text with actual feed title. 2022-09-21 22:05:49 +02:00
.gitignore Add gitignore, cargo-make and rustfmt configs. 2022-09-21 13:38:32 +02:00
Cargo.lock Add OPML output option. 2022-09-21 16:18:53 +02:00
Cargo.toml Add OPML output option. 2022-09-21 16:18:53 +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