22 lines
589 B
Markdown
22 lines
589 B
Markdown
|
# 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
|
||
|
```
|