pratikbarjatya / twitter-sentiment-info

Search for Tweets and the data labeled with it's Polarity

Home Page:https://twitter-sentiment-info.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tweet Sentiment Labeller

Search for Tweets and download the data labeled with it's Polarity in CSV format

View Live at https://twitter-sentiment-info.herokuapp.com/

Development Guide

  1. Create a virtualenv. virtualenv venv
  2. Activate venv. source venv/bin/activate
  3. Install the requirements. pip install -r requirements.txt
  4. Save the ACCESS_TOKEN, ACCESS_TOKEN_SECRET, CONSUMER_KEY, CONSUMER_SECRET as environment variables. You can follow this guide for Heroku.
  5. Run the server. python app.py

About

Search for Tweets and the data labeled with it's Polarity

https://twitter-sentiment-info.herokuapp.com/

License:MIT License


Languages

Language:HTML 61.8%Language:Python 38.0%Language:Procfile 0.2%