https://github.com/jamesslomka/twitter-sentiment-analysis
Calculates sentiment for a given hashtag
https://github.com/jamesslomka/twitter-sentiment-analysis
Last synced: 2 months ago
JSON representation
Calculates sentiment for a given hashtag
- Host: GitHub
- URL: https://github.com/jamesslomka/twitter-sentiment-analysis
- Owner: jamesslomka
- Created: 2019-05-09T19:34:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-09T19:41:10.000Z (about 6 years ago)
- Last Synced: 2025-02-12T11:17:04.049Z (4 months ago)
- Language: Python
- Homepage:
- Size: 36.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter Sentiment Analysis
## Pre-requisites
1. Twitter access tokens, added to `src/credentials.py`
2. Virtualenv:`pip3 install virutalenv`
`virtualenv env`
`source env/bin/activate`
## Running
`cd src``python3 main.py`