https://github.com/aqur1n/steamupdates
Get updated branches of your game in steam
https://github.com/aqur1n/steamupdates
discord discord-webhook python steam steam-games
Last synced: 7 months ago
JSON representation
Get updated branches of your game in steam
- Host: GitHub
- URL: https://github.com/aqur1n/steamupdates
- Owner: aqur1n
- License: mit
- Created: 2024-11-13T17:52:42.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-02-06T16:08:12.000Z (9 months ago)
- Last Synced: 2025-02-06T17:23:35.216Z (9 months ago)
- Topics: discord, discord-webhook, python, steam, steam-games
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/aqur1n/SteamUpdates/releases)
[](https://www.python.org/downloads/release/python-390/)
# SteamUpdates
Get updated branches of your game in steam
## Installation
1. Download the latest Python 3.9 security bugfix
2. Download the latest version or the main branch and unzip the archive to a convenient location
3. Open the console (Windows) and run python using the command:
```
python3.9 main.py
```
## Set up config.json
1. Create a file in the directory with `main.py` with the name `config.json`
2. Copy the configuration example from below and customize it for yourself
```json
{
"app_id": 387990,
"branch_pings": {
"public": ["<@&000000000000>", "<@!00000000000>"] // etc.
},
"discord_webhook": {
"url": "https://discord.com/api/webhooks/000000000000/aaaaaaaaaaaaaAAAAAAAaaaaaaaaaaaaaaaaaaaaaZ",
"username": "Scrap Mechanic TEST",
"avatar_url": "https://example.com/image.png"
}
}
```