Skip to content

A Flask web app to find the most polarised tweet containing a string

Notifications You must be signed in to change notification settings

raajtilaksarma/tweetpolar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tweetpolar

A flask web app to find the top 10 most polarised recent tweets containing a string!

Demo

Pre-requisites

  • 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

Usage

  1. Start server

    python3 app.py

  2. Open 127.0.0.1:5000 in your browser

About

A Flask web app to find the most polarised tweet containing a string

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published