Install dependencies by running
pip install -r requirements.txt
Create a file named .env
in the project root and add any necessary environment variables (i.e. bot token, api key, firebase credentials, database url).
Host the bot locally by running
python bot.py
Or configure the repo to some third party hosting service such as Heroku.