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
- Host: GitHub
- URL: https://github.com/gauravssnl/twitter-sentiment-analysis
- Owner: gauravssnl
- License: mit
- Created: 2018-02-28T05:26:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:04:43.000Z (over 3 years ago)
- Last Synced: 2025-03-30T14:51:12.081Z (about 1 year ago)
- Topics: flask, python3, sentiment-analysis, terminal-app, twitter, twitter-sentiment-analysis, web-application
- Language: Python
- Size: 11.4 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.