MojangAPIAlerts
Alerts a Discord server upon detecting that Mojang has updated their API version
If you want help setting this up, feel free to open an issue and I'll try my best to help you out
Requirements
- Python3
- requests library
- A linux VPS (Although this step is not technically required, it is recommended as you would want this program to run constantly)
Installation
- Replace webhook locations in
APIUpdateAlerts.py
with Discord webhooks of your choice - If you have a linux VPS, upload
APIUpdateAlerts.py
and install screen - Run
screen
and skip the information page - Run
python3 main.py
- Detach from the screen by pressing
Ctrl + A + D