
break-the-chain
Date published: 5-Apr-2020
1 min read / 70 words
Author: Akshay Ashok
Motivation
Built this project for the Dev.to twilio hackathon. Its a twilio Chatbot connected with flask rest api. The flask server periodically scrapes the covid-19 data from the government website at mohfw.gov.in to get the latest stats and makes this data accessible for chat bot with sqlite database. The scraping part was interesting, its done with BeautifulSoup, you can find it here.
Check out at GitHub: break-the-chain Detailed Blog : break-the-chain