Skip to content

akhilboddu/SentimentAnalysis-with-twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SentimentAnalysis-with-twitter

App that can search for tweets based on a desired topic or person. User can view analysed tweets as positive, negative or neutral, along with relevant polarities. User can download csv version of tweets and sentiments.

View the app live at: https://sentiment-analysis-twitter.herokuapp.com/

Development Guide

  1. Create a virtualenv. virtualenv somename
  2. cd into somename/
  3. Activate the virtualenv. source bin/activate
  4. cd into src/
  5. Install the requirements. pip install -r requirements.txt
  6. Make sure to enter the ACCESS_TOKEN, ACCESS_TOKEN_SECRET, CONSUMER_KEY, CONSUMER_SECRET variables in the views.py file inside search/.
  7. Run the server as localhost. python manage.py runserver

Copyright © 2017

All rights reserved by Akhil Boddu

About

Sentiment analysis on tweets to see how positive or negative each emotion of a tweet is

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published