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).
- Host: GitHub
- URL: https://github.com/yogeshnile/twitter-sentiment-analysis-on-python-gui
- Owner: yogeshnile
- License: gpl-3.0
- Created: 2020-06-02T04:49:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-03T05:38:43.000Z (over 5 years ago)
- Last Synced: 2025-03-30T21:32:27.122Z (6 months ago)
- Topics: python, python-gui-tkinter, sentiment-analysis, textblob, textblob-sentiment-analysis, tkinter, tweepy, twitter-sentiment-analysis
- Language: Python
- Homepage:
- Size: 123 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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://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)