An open API service indexing awesome lists of open source software.

https://github.com/gauravssnl/twitter-sentiment-analysis

Twitter Sentiment Analysis by using Python
https://github.com/gauravssnl/twitter-sentiment-analysis

flask python3 sentiment-analysis terminal-app twitter twitter-sentiment-analysis web-application

Last synced: about 1 year ago
JSON representation

Twitter Sentiment Analysis by using Python

Awesome Lists containing this project

README

          

# Twitter-Sentiment-Analysis-
Twitter Sentiment Analysis by using Python
Steps:
1. Login to your Twitter Account
2. Visit https://apps.twitter.com/app/  
3. Create new Twitter Application.
4. Fill all the field for creating the app.
5. Go to the app settings and copy consumer key, consumer secrete, access token & access token secret and paste them in config.ini file.

6. Install thre required libraries:pip install -r requirements.txt

7. Download corpora:

python -m textblob.download_corpora

8. Run the main.py file for Sentiment Analysis.