A flask web app to find the top 10 most polarised recent tweets containing a string!
- You must have a twitter account.
- Generate your access tokens for your twitter app.
- Open file tweet.py, uncomment the respective lines and add your tokens
consumer_key
consumer_secret
access_token
access_secret
-
Start server
python3 app.py
-
Open
127.0.0.1:5000
in your browser