Analysis of twitter data about covid19 in Uganda
# Covid-19 Uganda Twitter Data analysis
This goal of this project is to extract twitter data relating to covid 19 in Uganda
## How to setup the project
- Clone the project `git clone
github.com`
- Create a python virtual environment
- Install the requirements using `pip install -r requirements.txt`
- Create a `.env` file as follows (replace the quotes with your api keys):
```
TWITTER_API_KEY=''
TWITTER_API_SECRET=''
```
- Run `jupyter notebook` on the command line to start working with the project.