|
5 months ago | |
---|---|---|
source | 5 months ago | |
.gitignore | 8 months ago | |
Cargo.lock | 5 months ago | |
Cargo.toml | 5 months ago | |
LICENSE | 5 months ago | |
README.md | 5 months ago | |
rustfmt.toml | 8 months ago |
Generate an OPML file with RSS feeds of all your owned Steam games with ease.
Precompiled binaries are available here.
Requires Rust and Cargo to be installed.
git clone https://git.holllo.cc/Bauke/steam-feeds
cd steam-feeds
cargo build --release
mv target/release/steam-feeds ./
Make sure the file is executable, then run it with --help
to see all available options.
chmod +x ./steam-feeds
./steam-feeds --help
If you’re looking for the previous version of this program written in Go, click here to go to the commit before the Rust rewrite.
Open-sourced with the MIT license.