Skip to content

Search for tweets and download the data labeled with its polarity in CSV format

Notifications You must be signed in to change notification settings

kunalG98/labeled-tweet-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweet Sentiment Labeller

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

View Live at https://twitter-sentiment-csv.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

Challenge

This video was a submission for a challenge on a youtube video series by llSourcell @Sirajology: https://www.youtube.com/watch?v=o_OZdbCzHUA

And was featured in the next video in the series: https://www.youtube.com/watch?v=9gBC9R-msAk

About

Search for tweets and download the data labeled with its polarity in CSV format

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.1%
  • Python 37.9%