Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"
}
}
```