{"id":19662614,"url":"https://github.com/yogeshnile/twitter-sentiment-analysis-on-python-gui","last_synced_at":"2025-05-02T22:16:50.858Z","repository":{"id":112649082,"uuid":"268703663","full_name":"yogeshnile/Twitter-Sentiment-Analysis-on-Python-GUI","owner":"yogeshnile","description":"On this Repo created a Twitter Sentiment Analysis on python GUI (Tkinter).","archived":false,"fork":false,"pushed_at":"2020-07-03T05:38:43.000Z","size":126,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T21:32:27.122Z","etag":null,"topics":["python","python-gui-tkinter","sentiment-analysis","textblob","textblob-sentiment-analysis","tkinter","tweepy","twitter-sentiment-analysis"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yogeshnile.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-02T04:49:49.000Z","updated_at":"2021-05-08T19:48:32.000Z","dependencies_parsed_at":"2023-06-02T04:00:58.294Z","dependency_job_id":null,"html_url":"https://github.com/yogeshnile/Twitter-Sentiment-Analysis-on-Python-GUI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yogeshnile%2FTwitter-Sentiment-Analysis-on-Python-GUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yogeshnile%2FTwitter-Sentiment-Analysis-on-Python-GUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yogeshnile%2FTwitter-Sentiment-Analysis-on-Python-GUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yogeshnile%2FTwitter-Sentiment-Analysis-on-Python-GUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yogeshnile","download_url":"https://codeload.github.com/yogeshnile/Twitter-Sentiment-Analysis-on-Python-GUI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251896089,"owners_count":21661416,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","python-gui-tkinter","sentiment-analysis","textblob","textblob-sentiment-analysis","tkinter","tweepy","twitter-sentiment-analysis"],"created_at":"2024-11-11T16:11:55.907Z","updated_at":"2025-05-01T15:23:40.455Z","avatar_url":"https://github.com/yogeshnile.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Twitter Sentiment Analysis on Python GUI :notebook:\nOn this Repo created a Twitter Sentiment Analysis on python GUI (Tkinter) library.\n\n[![](https://camo.githubusercontent.com/2fb0723ef80f8d87a51218680e209c66f213edf8/68747470733a2f2f666f7274686562616467652e636f6d2f696d616765732f6261646765732f6d6164652d776974682d707974686f6e2e737667)](https://python.org)\n\n# Technology used in Project :hotsprings:\n\n\u003cimg target=\"_blank\" src=\"https://github.com/yogeshnile/technology/blob/master/pandas.png\" width=\"300\"\u003e    \u003cimg target=\"_blank\" src=\"https://github.com/yogeshnile/technology/blob/master/numpy.png\" width=\"200\"\u003e      \u003cimg target=\"_blank\" src=\"https://github.com/yogeshnile/technology/blob/master/tweepy.webp\" width=\"200\"\u003e     \u003cimg target=\"_blank\" src=\"https://github.com/yogeshnile/technology/blob/master/textblob.png\" width=\"200\"\u003e    \u003cimg target=\"_blank\" src=\"https://github.com/yogeshnile/technology/blob/master/wordcloud.png\" width=\"300\"\u003e   \u003cimg target=\"_blank\" src=\"https://github.com/yogeshnile/technology/blob/master/tkinter.jpg\" width=\"300\"\u003e\n\n\n# Disclaimer :skull_and_crossbones:\nI am not provideing twitter **API** keys. You have get twitter API keys on twitter developer account. Get [API Keys](https://developer.twitter.com/)\n\nGet a API key and put in the below code section\n\n```python\ndef click():  \n    user_name = user_value.get()\n    hash_name = hash_value.get()\n    \n    #insert here twitter API keys\n    consumerKey = \"\"\n    consumerSecret = \"\"\n    accessToken = \"\"\n    accessTokenSecret = \"\"\n    \n    authenticate = tweepy.OAuthHandler(consumerKey, consumerSecret)\n    authenticate.set_access_token(accessToken, accessTokenSecret)\n    api = tweepy.API(authenticate, wait_on_rate_limit = True) # api object\n```\n# Application :loudspeaker:\nCkeck out Twitter Sentiment Analysis on python **Flask** App :point_right: [click here](https://github.com/yogeshnile/Twitter-Sentiment-Analysis-on-Flask-App)\n\nCkeck out Twitter Sentiment Analysis on python **Jupyter Notebook** :point_right: [click here](https://github.com/yogeshnile/Sentiment-Analysis-of-Twitter-Account)\n    \n\n## ScreenShot :camera_flash:\n\n\u003cimg src=\"https://github.com/yogeshnile/Twitter-Sentiment-Analysis-on-Python-GUI/blob/master/Images/3.png\"/\u003e \n\n\u003cimg src=\"https://github.com/yogeshnile/Twitter-Sentiment-Analysis-on-Python-GUI/blob/master/Images/1.png\"/\u003e \n\n\u003cimg src=\"https://github.com/yogeshnile/Twitter-Sentiment-Analysis-on-Python-GUI/blob/master/Images/2.png\"/\u003e \n\n## Bug / Feature Request :man_technologist:\nIf 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.\n\nIf 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.\n\n\n## Connect with me! 🌐\nKnown on internet as **Yogesh Nile**\n\n[\u003cimg target=\"_blank\" src=\"https://img.icons8.com/bubbles/100/000000/linkedin.png\" title=\"LinkedIn\"\u003e](https://bit.ly/2Ky3ho6)  [\u003cimg target=\"_blank\" src=\"https://img.icons8.com/bubbles/100/000000/github.png\" title=\"Github\"\u003e](https://bit.ly/2yoggit) [\u003cimg target=\"_blank\" src=\"https://img.icons8.com/bubbles/100/000000/twitter.png\" title=\"Twitter\"\u003e](https://bit.ly/3dbLJLC) [\u003cimg target=\"_blank\" src=\"https://img.icons8.com/bubbles/100/000000/telegram-app.png\" title=\"Telegram\"/\u003e](https://t.me/yogeshnile) [\u003cimg target=\"_blank\" src=\"https://img.icons8.com/bubbles/100/000000/instagram-new.png\" title=\"Instagram\"\u003e](https://bit.ly/3b9Qeo4)  [\u003cimg target=\"_blank\" src=\"https://img.icons8.com/bubbles/100/000000/instagram.png\" title=\"Instagram Personal\"\u003e](https://bit.ly/32SXHV0)\n\n## Email Me :e-mail:\n\n[\u003cimg target=\"_blank\" src=\"https://img.icons8.com/bubbles/100/000000/secured-letter.png\" title=\"Mail me\"\u003e](mailto:yogeshnile.work4u@gmail.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyogeshnile%2Ftwitter-sentiment-analysis-on-python-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyogeshnile%2Ftwitter-sentiment-analysis-on-python-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyogeshnile%2Ftwitter-sentiment-analysis-on-python-gui/lists"}