Git Product home page Git Product logo

twitter-sentiment-analysis-on-python-gui's Introduction

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 ๐Ÿ“ง

twitter-sentiment-analysis-on-python-gui's People

Contributors

yogeshnile avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.