|
2 years ago | |
---|---|---|
source | 2 years ago | |
.gitignore | 2 years ago | |
Cargo.lock | 2 years ago | |
Cargo.toml | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
rustfmt.toml | 2 years 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.