copy .env.example -> .env and fill you credentials
install dependencies: pip3 install -r requirements.txt
run bots: python3 main.py
to run image run: sh start.sh
on new commits just run (it also runs monitoring.sh):
sh redeploy.sh
you can escape monitoring with Ctrl-C
also you can run monitor anytime:
sh monitoring.sh