Fork the Code
Set up TELEGRAM_BOT_TOKEN
and BOT_USERNAME
in the secrets
and run it
Create .env
file
export TELEGRAM_BOT_TOKEN=""
export BOT_USERNAME=""
pip install poetry # download poetry, a dependency manager
source .env
poetry install
poetry run python main.py