CLI application developed in Python using queries on a MySQL database.
Topic in question is the US 2020 Elections, demographics, results, and tweets from US and its individual states.
If using the server:
Please fill in the config.ini file accordingly with your respective uwaterloo information to access the MySQL database located on marmoset04.shosin.uwaterloo.ca.
If using Docker: Please have Docker installed on your computer prior to running this, and ensure that if you have a Windows computer, that it has WSL2.
Kaggle CSVs used:
https://www.kaggle.com/manchunhui/us-election-2020-tweets
https://www.kaggle.com/etsc9287/2020-general-election-polls
https://www.kaggle.com/unanimad/us-election-2020
Please refer to the guide.md for instructions on how to install and successfully have the environment (database + CLI) up and running.