Telegram Bot for connecting strangers together give them the ability to chat. I used my previous work Telegram_Bot_Template as a template for this project. *This project was inspired from Pytopia.
- Use the following command to set your telegram bot token as environment variable. You can request it from @BotFather
TELEGRAM_BOT_TOKEN
:
export TELEGRAM_BOT_TOKEN=<your_telegram_bot_token>
- Clone this repository and export
PYTHONPATH
:
PYTHONPATH=${PWD}
- Run the following command in your terminal:
python src/run.py