Skip to content

neerajkrbansal1996/Tweet-Sentiment-Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweet Sentiment Analyzer

View Live at : https://tweet-sentiment-analyzer-app.herokuapp.com/

alt text

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 analyze there sentiments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published