Bot for the gamers
Create and activate a virtual environment:
python3.9 -m venv py39env
./py39env/bin/activate
Install the required modules
pip install -r requirements.txt
Run the tests:
pytest
requirements.txt
lists the python modules that need to be pip
-installed to run the bot/tests
app.json
is used by Heroku to describe the process (May no longer be needed)
Procfile
is used by Heroku to run the bot
runtime.txt
is used by Heroku to specify the python version to run