Telegram bot which can do lot of useful tasks
pip install -r requirements.txt
In my case the bot's key stored in the same directory in myconfig.py file in bot_key veriable, You can do the same or just replase the bot = telebot.TeleBot(bot_key) with Your own bot's key, like that bot = telebot.TeleBot('YOUR TOKEN')