1
Fork 0
Get RSS feeds for Steam games. https://crates.io/crates/steam-rss
Go to file
Bauke d260e44120
Version 0.2.1!
2022-09-23 14:28:42 +02:00
source Add license header. 2022-09-23 14:03:21 +02:00
.gitignore Add gitignore, cargo-make and rustfmt configs. 2022-09-21 13:38:32 +02:00
Cargo.lock Version 0.2.1! 2022-09-23 14:28:42 +02:00
Cargo.toml Version 0.2.1! 2022-09-23 14:28:42 +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 Add Installation and Cargo sections. 2022-09-23 14:28:31 +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.

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.