Live Twitter Sentiment Application
It is live dashboard of streamed twitter tweets, filtered by your own key words with applying sentiment analysis of tweets. Sentiment analysis is for classifying on positve and negative tweets.
Store them in local database, and then creates a dashbord with live charts.
For using neccessary to have your own ckey, csecret, atoken, asecret for connection to twitter.
Fill them in Config.py
For this neccassary to create your own dev account. https://developer.twitter.com/en/account/get-started
pip install dash==0.34.0 # The core dash backend
pip install dash-html-components==0.13.4 # HTML components
pip install dash-core-components==0.41.0 # Supercharged components
Double click on run.bat