This project extracts tweets that mention BBC
and uses TextBlob's sentiment analysis library to determine the sentiment of each tweet.
Use Python 3 virtual env
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Use nvm to switch to node v12.
nvm use 12
npm install
npm start