This is a website updating Covid19 live status. The system scrapes Covid19 status every 5 munites, save to database and display on the website.
System summary
We have 2 main modules.
- The first is a scraping bot which is written in Python with Scrapy. The bot is scheduled to run every 5 munites to get Covid19 status and store to Mysql database.
- The second is a website which is written in Python with Django to display the Covid19 status
Technology
The system is written in Python with Scrapy, Django framework. It could be deployed on Linux server (1CPU, 1Gb of RAM).
The website Url
Contact
If you’d like to build a similar system, let contact me at url: https://etuannv.com/en/contact/
Thanks for your reading!