All Projects → arunmkurian → twitter_sentiment_challenge

arunmkurian / twitter_sentiment_challenge

Licence: other
The code uses the tweepy library to access the Twitter API and the TextBlob library to perform Sentiment Analysis on each Tweet.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to twitter sentiment challenge

Nlp4han
中文自然语言处理工具集【断句/分词/词性标注/组块/句法分析/语义分析/NER/N元语法/HMM/代词消解/情感分析/拼写检查】
Stars: ✭ 206 (+1371.43%)
Mutual labels:  sentiment-analysis
Text Cnn Tensorflow
Convolutional Neural Networks for Sentence Classification(TextCNN) implements by TensorFlow
Stars: ✭ 232 (+1557.14%)
Mutual labels:  sentiment-analysis
Sentiment-Analysis-with-LSTM-in-Persian
sentiment analysis in Persian language by LSTM
Stars: ✭ 28 (+100%)
Mutual labels:  sentiment-analysis
Shifterator
Interpretable data visualizations for understanding how texts differ at the word level
Stars: ✭ 209 (+1392.86%)
Mutual labels:  sentiment-analysis
Tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
Stars: ✭ 204 (+1357.14%)
Mutual labels:  sentiment-analysis
Pytorch Sentiment Analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
Stars: ✭ 3,209 (+22821.43%)
Mutual labels:  sentiment-analysis
Mem absa
Aspect Based Sentiment Analysis using End-to-End Memory Networks
Stars: ✭ 189 (+1250%)
Mutual labels:  sentiment-analysis
text-analysis
Weaving analytical stories from text data
Stars: ✭ 12 (-14.29%)
Mutual labels:  sentiment-analysis
Bayesian sentiment analysis
Pragmatic & Practical Bayesian Sentiment Classifier
Stars: ✭ 224 (+1500%)
Mutual labels:  sentiment-analysis
ml-book
Codice sorgente ed Errata Corrige del mio libro "A tu per tu col Machine Learning"
Stars: ✭ 16 (+14.29%)
Mutual labels:  sentiment-analysis
Aspect Based Sentiment Analysis
💭 Aspect-Based-Sentiment-Analysis: Transformer & Explainable ML (TensorFlow)
Stars: ✭ 206 (+1371.43%)
Mutual labels:  sentiment-analysis
Sentiment
AFINN-based sentiment analysis for Node.js.
Stars: ✭ 2,469 (+17535.71%)
Mutual labels:  sentiment-analysis
Tweetfeels
Real-time sentiment analysis in Python using twitter's streaming api
Stars: ✭ 249 (+1678.57%)
Mutual labels:  sentiment-analysis
Chinese ulmfit
中文ULMFiT 情感分析 文本分类
Stars: ✭ 208 (+1385.71%)
Mutual labels:  sentiment-analysis
Emotion-Cause-Analysis-Papers
Collection of papers on Emotion Cause Analysis
Stars: ✭ 63 (+350%)
Mutual labels:  sentiment-analysis
Dostoevsky
Sentiment analysis library for russian language
Stars: ✭ 191 (+1264.29%)
Mutual labels:  sentiment-analysis
Malaya
Natural Language Toolkit for bahasa Malaysia, https://malaya.readthedocs.io/
Stars: ✭ 239 (+1607.14%)
Mutual labels:  sentiment-analysis
text2emoji
Predict an emoji that is associated with a text
Stars: ✭ 30 (+114.29%)
Mutual labels:  sentiment-analysis
Paribhasha
paribhasha.herokuapp.com/
Stars: ✭ 21 (+50%)
Mutual labels:  sentiment-analysis
Darwinexlabs
Datasets, tools and more from Darwinex Labs - Prop Investing Arm & Quant Team @ Darwinex
Stars: ✭ 248 (+1671.43%)
Mutual labels:  sentiment-analysis

twitter_sentiment_challenge

##Overview

This is the code for the Twitter Sentiment Analyzer challenge for 'Learn Python for Data Science #2' by @Sirajology on YouTube. The code uses the tweepy library to access the Twitter API and the TextBlob library to perform Sentiment Analysis on each Tweet. We'll be able to see how positive or negative each tweet is about whatever topic we choose.

##Dependencies

tweepy (http://www.tweepy.org/)

textblob (https://textblob.readthedocs.io/en/dev/)

Install missing dependencies using pip

##Usage

Once you have your dependencies installed via pip, run the script in terminal via

python sentiment_analyzer.py

The blog post related to the repo https://medium.freecodecamp.org/how-to-build-a-twitter-sentiments-analyzer-in-python-using-textblob-948e1e8aae14

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].