2022-09-21 13:48:49 +00:00
|
|
|
# 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
|
2022-09-22 19:20:04 +00:00
|
|
|
--opml Output the feeds as OPML
|
2022-09-21 13:48:49 +00:00
|
|
|
-t, --timeout <TIMEOUT> The time in milliseconds to sleep between HTTP requests [default:
|
|
|
|
250]
|
2022-09-22 19:20:04 +00:00
|
|
|
--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
|
2022-09-21 13:48:49 +00:00
|
|
|
-v, --verify Verify potential feeds by downloading them and checking if they
|
|
|
|
return XML
|
|
|
|
-V, --version Print version information
|
|
|
|
```
|