akshay4570 / TwitterSentimentAnalysis

This is an Attempt to perform sentiment analysis on Twitter via Twitter API, the sentiment analysis include parsing of the text based on their polarity for positive or negative and then using the query as input we fetch 10 data regarding the particular topic

Home Page:https://github.com/akshay4570/TwitterSentimentAnalysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TwitterSentimentAnalysis

This is a Sentiment Analysis of the Twitter using API which fetches the required query from the Twitter and make use of Some libraries to classify it as positive,neutral or negative.

The most important thing here is to get th twitter API and we can do that by creating a Twitter Developer Account and get their permissions to access the API, it is a couple of formalities and it can be done within minutes.

From their we can access the keys,secret key,tokens and secret tokens which is confidential so u have to fill yours in the code there.

The code is taken from Geeks for Geeks

About

This is an Attempt to perform sentiment analysis on Twitter via Twitter API, the sentiment analysis include parsing of the text based on their polarity for positive or negative and then using the query as input we fetch 10 data regarding the particular topic

https://github.com/akshay4570/TwitterSentimentAnalysis


Languages

Language:Jupyter Notebook 100.0%