https://github.com/simranjeet97/sentiment_analysis_twitter
Twitter Sentiment Analysis With Graphs, Popularity Analysis With Time Series Graphs Using TextBlob and Python.
https://github.com/simranjeet97/sentiment_analysis_twitter
api python python36 sentiment-analysis textblob-sentiment-analysis twitter
Last synced: 4 months ago
JSON representation
Twitter Sentiment Analysis With Graphs, Popularity Analysis With Time Series Graphs Using TextBlob and Python.
- Host: GitHub
- URL: https://github.com/simranjeet97/sentiment_analysis_twitter
- Owner: simranjeet97
- License: gpl-3.0
- Created: 2019-03-12T20:02:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T20:22:08.000Z (over 6 years ago)
- Last Synced: 2025-01-14T03:43:37.851Z (5 months ago)
- Topics: api, python, python36, sentiment-analysis, textblob-sentiment-analysis, twitter
- Language: Python
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sentiment_Analysis_Twitter
Twitter Sentiment Analysis With Graphs, Popularity Analysis With Time Series Graphs Using TextBlob and Python.## Requiremnts
1. [Twitter Developer Account](https://developer.twitter.com/)
2. Pandas - To Creat DataFrames
3. Numpy - For Mathematical Operations Making Arrays
4. [TextBlob](https://textblob.readthedocs.io/en/dev/) - For Text Processing
5. Tweepy - Python Library for Twitter
6. Matplotlib - For Making Graphs> You Can Install Python Libraries Using - pip install python_library_name.
## Developer - Simranjeet Singh ( Python Developer and Data Analyst )