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: about 1 month 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 (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-21T17:54:06.000Z (about 1 month ago)
- Last Synced: 2024-11-21T18:24:03.693Z (about 1 month ago)
- Topics: discord, discord-webhook, python, steam, steam-games
- Language: Python
- Homepage:
- Size: 13.7 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), use the commands to navigate to the directory with main.py 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
```
{
"app_id": STEAM_APP_ID,
"discord_webhook_url": "DISCORD_WEBHOOK_URL",
"webhook_username": "NAME_FOR_YOUR_WEBHOOK (OPTIONAL)",
"webhook_avatar_url": "LINK_TO__AVATAR_FOR_YOUR_WEBHOOK (OPTIONAL)"
}
```