https://github.com/stefanlight8/steamrpc
A small bridge program to stream the current game on Steam, like Discord RPC.
https://github.com/stefanlight8/steamrpc
discord rpc steam
Last synced: 11 months ago
JSON representation
A small bridge program to stream the current game on Steam, like Discord RPC.
- Host: GitHub
- URL: https://github.com/stefanlight8/steamrpc
- Owner: stefanlight8
- License: mit
- Created: 2024-10-19T20:26:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-21T20:33:22.000Z (over 1 year ago)
- Last Synced: 2024-10-22T14:58:23.052Z (over 1 year ago)
- Topics: discord, rpc, steam
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SteamRPC
A small bridge program to stream the current game on Steam, like Discord RPC.
### Setup
- Clone this repository.
- Create `.env` file from example (`.env.example`).
#### How to get Steam API key?
> [!IMPORTANT]
> To get API key you need spend more than 5 dollars on your Steam account.
Navigate to this [website](https://steamcommunity.com/dev/apikey) and log in.
Fill the domain name (any), check that you follow and know Steam API terms usage and get your API key.
Congratulations! 👾
#### How to get my Steam profile ID?
Read article [SteamID, Steam Account Names, Merging Accounts and Deleting Accounts](https://help.steampowered.com/en/faqs/view/2816-BE67-5B69-0FEC).
- Run with [`cargo`](https://github.com/rust-lang/cargo).
For now any more comfortable ways of use is not available, cause this program in early development.
### Reporting issues
Have problem or a bug? Report this to [issues tracker](https://github.com/stefanlight8/steamrpc/issues).
### License
This project is licensed under MIT License.