Simple contact bot for telegram, written in python
![](https://www.deeplearningdaily.com/wp-content/uploads/2021/11/simple-contact-bot-for-telegram-written-in-python_61a2ad8739e20-375x210.jpeg)
Install the requirements with
pip install -r requirements.txt
Get your token from BotFather
Get your UserId with Nicegram or with UserinfoBot
Open config.ini
Insert you Token and you UserID, without quotation marks.
Start the bot with python3 main.py
GitHub