/sentwitter

Twitter sentiment analysis

Primary LanguagePythonMIT LicenseMIT

Live Tweet sentiment analysis




gif

Sentiment analysis on `boycott`, as expected tweets are negative

Download

git clone https://github.com/amalshaji/sentwitter

Get twitter API keys from here

create config.py in frontend

# config.py
consumer_key= ''
consumer_secret= ''
access_token= ''
access_token_secret= ''

Spin up the app

docker-compose up

Open browser and goto localhost:8501