A COVID Self Help Chatbot which responds to the user’s COVID related queries from an online database for the official Telegram group for COVID emergencies in IIT Kanpur.
It has been featured on the official IIT Kanpur Self-Help Website for COVID. You can try the bot on Telegram.
COVID.Self.Help.Chatbot.Demo.mp4
bot.pycontains the code for the Telegram Bot API.server.pycontains the code for the flows and the logic of the bot.extract_data.pyextracts the data from an online database and saves it in CSV format.load_data.pycontains the code for loading the data from the CSV files.search_google.pycorrects typos and makes the names of states and cities uniform.