A simple script to post GameBanana updates to a Discord channel.
- Python 3.6+
- PostgreSQL
- Clone the repository
- Install the requirements with
pip install -r requirements.txt
- Copy
.env.example
to.env
and fill in the values - Run the script with
python main.py
- Run the script with
python main.py
- The script will automatically post new updates to the Discord channel
- To stop the script, press
Ctrl+C