/Twitter_Sentiment_Analysis

A twitter sentiment analysis program based on tweepy and textblob

Primary LanguagePython

🐦 Twitter_Sentiment_Analysis

📘 Description

A program that gathers tweets about a particular subject and then analyses them to report on the sentiment of that subject.

👨🏻‍🏫 Prerequisites

To install all the dependencies, run:

pip install --user -r requirements.txt

🔧 How to Install

👯 Clone the Repository: https://github.com/Harikrishnan6336/Twitter_Sentiment_Analysis.git

Then move to the working directory

cd Twitter_Sentiment_Analysis

First of all login from your Twitter account. Goto Twitter Apps. Create a new app and get the required API token keys.

Then edit the main.py by replacing '#' with the required API token keys. Then run the main.py.

Built With ❤️

  • Python3.6
  • Tweepy - A python library used for accessing the Twitter API.
  • Textblob - A python library used to process the tweets.
  • Mathplotlib - A comprehensive python library used for creating static, animated, and interactive visualizations

💁🏻 Contributing

🍴 Fork this repo! and do contribute...

Please feel free to raise any issue...

Also if you like the repository. Please consider starring the repo. 🌟