Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 433 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 433 Bytes

Setup

Dependencies

Install dependencies by running

pip install -r requirements.txt

Secrets

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).

Deploy

Host the bot locally by running

python bot.py

Or configure the repo to some third party hosting service such as Heroku.