This is a simple telegram bot written in Python. The only thing it does is replying to private chat with a maintenance notice.
This works on Linux or MacOS:
- python3 installed on your machine
- run in shell:
python3 -m venv env source env/bin/activate pip install -r requirements.txt
- export your bot token
export BOT_TOKEN=<insert-the-token-here>
- run the bot
python3 ./bot.py