Create a virtualenv.
Install requirements:
pip install -r requirements.txt
Create a .env file and fill it.
Start bot script:
python main.py
Simple docker deployment:
Create a virtualenv.
Then create the container using docker-compose:
docker compose up
## Modifying the models
After modifying a model, you need to manually alter the table(s) in the DB