Twitter Sentiment Analysis With Graphs, Popularity Analysis With Time Series Graphs Using TextBlob and Python.
- Twitter Developer Account
- Pandas - To Creat DataFrames
- Numpy - For Mathematical Operations Making Arrays
- TextBlob - For Text Processing
- Tweepy - Python Library for Twitter
- Matplotlib - For Making Graphs
You Can Install Python Libraries Using - pip install python_library_name.