cp env_sample .env
Get n Telegram API Token with the Bot father
Configure the TELEGRAM_API_TOKEN
Install https://ngrok.com/
Run ngrok
ngrok http 5000
Configure WEBHOOK_DOMAIN
with the given domain from ngrok
Install the dependencies and run the Autonomia Bot
make install-dev
make run
Usage: make command
clean Clean all compiled python code
coverage Run test and create HTML coverage report
fmt Format code using iSort and Black
install-dev Install all dependencies
install Install only prod dependencies
lint Run flake8
run Run bot using flask as server
test Run pytest
update_webhook Update telegram webhook config from settings