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

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

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`