This is an application created in python to collect live data regarding the COVID-19 pandemic and save it to SQL storage.
The file structure is as follows:
-
data_collector.py: This python files consist of code for collecting hashtags from tweets and function to create the visualisation.
-
settings.py: This python file has the attributes required to call the SQL queries
-
Procfile: It is the file used for running the code in the webserver
-
requirements.txt: This is a file that contains all the requirements needed to run this application, this is used by the webserver while creating a virtual environment.