Repository of Telegram bots built using Python to carry out simple tasks. The goal is to explore the Telegram Bot API and get our creative juices flowing. Telegram Bots may even come in handy when trying to figure out a quick and easy method of deploying machine learning models.
- echobot.py - Bot that echoes whatever text input by the user.
- todobot.py - Bot that helps to keep track of a to-do list.
- dbhelper.py - Script to add/remove/store information for multiple users in a sqlite database