Analysis of Ugandan Facebook post data fetched through the CrowdTangle API
# Covid 19 Facebook Post Data Analysis
The aim of this project is to analyze posts on Facebook related to the COVID-19 pandemic, and the public response to it.
## Project set up
* Clone the project
* Create a python virtual environment
* Install the requirements using `pip install -r requirements.txt`
* Create a `.env` file for your api keys and environment variables, as shown in the example below:
`
CROWDTANGLE_API_TOKEN=your-crowdtangle-api-token
GROUP_LIST_ID=id-of-the-crowdtangle-list-to-query
`