This is a repository for Telegram bot that will be developed during Intel Academic Program Python Course.
-
Create virtual environment
python -m venv venv
-
Activate virtual environment and install requirements:
venv\bin\activate
- on Linuxvenv\Scripts\activate.bat
- on Windowspip install -r requirements.txt
- Follow official Telegram instructions to create your bot and obtain token.
- Insert obtained token to
setup.py
TOKEN
variable.
- Execute
python chat_bot_template.py
- Try your bot - find it in Telegram and press
/start
.