Compare commits
No commits in common. "c5b5173e194e9ec47924e1e951fc75c4b86bf5a8" and "d260e4412002e274f2f9d0eafea932f1cf3b3deb" have entirely different histories.
c5b5173e19
...
d260e44120
|
@ -538,7 +538,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "steam-rss"
|
name = "steam-rss"
|
||||||
version = "0.2.2"
|
version = "0.2.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"color-eyre",
|
"color-eyre",
|
||||||
|
|
|
@ -3,7 +3,7 @@ name = "steam-rss"
|
||||||
description = "Get RSS feeds for Steam games."
|
description = "Get RSS feeds for Steam games."
|
||||||
repository = "https://git.bauke.xyz/Bauke/steam-rss"
|
repository = "https://git.bauke.xyz/Bauke/steam-rss"
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
version = "0.2.2"
|
version = "0.2.1"
|
||||||
authors = ["Bauke <me@bauke.xyz>"]
|
authors = ["Bauke <me@bauke.xyz>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
|
20
README.md
20
README.md
|
@ -23,26 +23,6 @@ cargo install steam-rss
|
||||||
|
|
||||||
Precompiled `x86_64-unknown-linux-gnu` binaries are available on the [Releases page](https://git.bauke.xyz/Bauke/steam-rss/releases).
|
Precompiled `x86_64-unknown-linux-gnu` binaries are available on the [Releases page](https://git.bauke.xyz/Bauke/steam-rss/releases).
|
||||||
|
|
||||||
## Usage
|
|
||||||
|
|
||||||
```
|
|
||||||
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
|
|
||||||
```
|
|
||||||
|
|
||||||
## Feedback
|
## Feedback
|
||||||
|
|
||||||
Found a problem or want to request a new feature? Email [me@bauke.xyz](mailto:me@bauke.xyz) and I'll see what I can do for you.
|
Found a problem or want to request a new feature? Email [me@bauke.xyz](mailto:me@bauke.xyz) and I'll see what I can do for you.
|
||||||
|
|
Loading…
Reference in New Issue