Get Shreced
Requirements:
virtualenv
virtualenv .env
source .env/bin/activate
pip install -r requirements.txt
There should be a config.py
file in the root folder of the project. You can use the following template to create it.
STEAM_API_KEY = "1234"
IGDB_API_KEY = "5678"
./run.py