DEV Community

Cover image for Bot COVID
HOTSONHONET
HOTSONHONET

Posted on

Bot COVID

What I built

Category Submission: COVID-19 Communications

This is whatsapp bot that I made with the help of Flask and Twilio's messaging API. It gives information about the current COVID status in all over the world. One can narrow down the search by providing particular place name or date. It also gives a list of verified oxygen cylinder resources and hospitals or clinics with avialable COVID bed based on the geographic location. The main purpose of this app is to help people for accessing the verified data so that they can resolve their issues.

Demo Link

https://drive.google.com/file/d/1dCRTkWjuqv7rcsWqzVUjP76WBRP7p7Ho/view?usp=sharing

Link to Code

https://github.com/HOTSONHONET/CovidWhatsapp

How I built it

The app uses Twilio's messaging API to create a WhatsApp bot. The bot runs in the backend which is made by Flask, and it is responsible for collecting all the messaging queries and giving appropriate responses. Also, the backend invokes multiple web crawlers that extract data from verified resources

Tech Stack

  • Flask
  • BeautifulSoup
  • Twilio
  • Python
  • Selinium

Sample Images

Test Case I Test Case II
Test Case III Test Case IV
Test Case V Test Case VI

Top comments (0)