Get RSS feeds for Steam games.
https://crates.io/crates/steam-rss
Bauke fe95d5f300 | ||
---|---|---|
source | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
Makefile.toml | ||
README.md | ||
rustfmt.toml |
README.md
Steam ❤️ RSS
Get RSS feeds for Steam games.
Features
- Get RSS feeds from a game's AppID or store page.
- Get RSS feeds for all games from a user profile.
- Verify potential feeds by checking if they return
text/xml
. - Output feeds as an OPML file for easy importing.
Installation
Cargo
With a working Rust and Cargo installation, you can install steam-rss
from Crates.io.
cargo install steam-rss
Binaries
Precompiled x86_64-unknown-linux-gnu
binaries are available on the Releases page.
Feedback
Found a problem or want to request a new feature? Email me@bauke.xyz and I'll see what I can do for you.
License
Distributed under the AGPL-3.0-or-later license, see LICENSE for more information.