An open API service indexing awesome lists of open source software.

https://github.com/yogeshnile/twitter-sentiment-analysis-on-python-gui

On this Repo created a Twitter Sentiment Analysis on python GUI (Tkinter).
https://github.com/yogeshnile/twitter-sentiment-analysis-on-python-gui

python python-gui-tkinter sentiment-analysis textblob textblob-sentiment-analysis tkinter tweepy twitter-sentiment-analysis

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

[![](https://camo.githubusercontent.com/2fb0723ef80f8d87a51218680e209c66f213edf8/68747470733a2f2f666f7274686562616467652e636f6d2f696d616765732f6261646765732f6d6164652d776974682d707974686f6e2e737667)](https://python.org)

# Technology used in Project :hotsprings:

# Disclaimer :skull_and_crossbones:
I am not provideing twitter **API** keys. You have get twitter API keys on twitter developer account. Get [API Keys](https://developer.twitter.com/)

Get a API key and put in the below code section

```python
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 :loudspeaker:
Ckeck out Twitter Sentiment Analysis on python **Flask** App :point_right: [click here](https://github.com/yogeshnile/Twitter-Sentiment-Analysis-on-Flask-App)

Ckeck out Twitter Sentiment Analysis on python **Jupyter Notebook** :point_right: [click here](https://github.com/yogeshnile/Sentiment-Analysis-of-Twitter-Account)

## ScreenShot :camera_flash:

## Bug / Feature Request :man_technologist:
If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue [here](https://github.com/yogeshnile/Twitter-Sentiment-Analysis-on-Python-GUI/issues/new) 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](https://github.com/yogeshnile/Twitter-Sentiment-Analysis-on-Python-GUI/issues/new). Please include sample queries and their corresponding results.

## Connect with me! 🌐
Known on internet as **Yogesh Nile**

[](https://bit.ly/2Ky3ho6) [](https://bit.ly/2yoggit) [](https://bit.ly/3dbLJLC) [](https://t.me/yogeshnile) [](https://bit.ly/3b9Qeo4) [](https://bit.ly/32SXHV0)

## Email Me :e-mail:

[](mailto:yogeshnile.work4u@gmail.com)