$ python3 -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt
$ nano -w .env # set BOT_PASSWORD
$ echo BOT_PASSWORD=42
$ python main.py
As above, with a .env
file configured, use Docker to run the app.
$ docker-compose build
$ docker-compose up --detach
GPLv3+