Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T18:40:26.000Z (2 months ago)
- Last Synced: 2025-01-24T01:38:00.292Z (15 days ago)
- Topics: discord, discord-webhook, python, steam, steam-games
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Latest release](https://img.shields.io/github/v/release/aqur1n/SteamUpdates?include_prereleases&label=Latest%20Release&logo=github&sort=semver&style=for-the-badge&logoColor=white)](https://github.com/aqur1n/SteamUpdates/releases)
[![Python version](https://img.shields.io/badge/Python-3.9-green?style=for-the-badge&logo=python&logoColor=white)](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"
}
}
```