Skip to content

On this Repo created a Twitter Sentiment Analysis on python GUI (Tkinter).

License

Notifications You must be signed in to change notification settings

yogeshnile/Twitter-Sentiment-Analysis-on-Python-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Sentiment Analysis on Python GUI 📓

On this Repo created a Twitter Sentiment Analysis on python GUI (Tkinter) library.

Technology used in Project ♨️

Disclaimer ☠️

I am not provideing twitter API keys. You have get twitter API keys on twitter developer account. Get API Keys

Get a API key and put in the below code section

def click():  
    user_name = user_value.get()
    hash_name = hash_value.get()
    
    #insert here twitter API keys
    consumerKey = ""
    consumerSecret = ""
    accessToken = ""
    accessTokenSecret = ""
    
    authenticate = tweepy.OAuthHandler(consumerKey, consumerSecret)
    authenticate.set_access_token(accessToken, accessTokenSecret)
    api = tweepy.API(authenticate, wait_on_rate_limit = True) # api object

Application 📢

Ckeck out Twitter Sentiment Analysis on python Flask App 👉 click here

Ckeck out Twitter Sentiment Analysis on python Jupyter Notebook 👉 click here

ScreenShot 📸

Bug / Feature Request 👨‍💻

If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.

If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.

Connect with me! 🌐

Known on internet as Yogesh Nile

Email Me 📧