Crates.io | steam-rss |
lib.rs | steam-rss |
version | 0.2.2 |
source | src |
created_at | 2022-09-23 12:30:46.795121 |
updated_at | 2022-09-23 12:35:03.253338 |
description | Get RSS feeds for Steam games. |
homepage | |
repository | https://git.bauke.xyz/Bauke/steam-rss |
max_upload_size | |
id | 672467 |
size | 68,087 |
Get RSS feeds for Steam games.
text/xml
.With a working Rust and Cargo installation, you can install steam-rss
from Crates.io.
cargo install steam-rss
Precompiled x86_64-unknown-linux-gnu
binaries are available on the Releases page.
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
Found a problem or want to request a new feature? Email me@bauke.xyz and I'll see what I can do for you.
Distributed under the AGPL-3.0-or-later license, see LICENSE for more information.