Skip to content

stevenwally/canary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

canary

canary utilizes Twitter's Streaming API to gather tweets based on the user's search. Each tweet that is streamed is processed and given a sentiment ranking using the TextBlob Python library sentiment analysis. Some revisions in this department lay in store. The user is displayed graphical data related to the overall sentiment of tweets based on their search, along with corresponding tweet origin (when available).

Application Flow

  1. User enters topic or keyword.
  2. canary intitializes streaming connection with Twitter API with user's keyword as query string.
  3. As tweets are processed, user will be displayed graphical reflection of analyzed data.
  4. After user has discontinued current stream, user can enter new topic or keyword and begin a new analysis.

Installation

Contact me with any questions.

Built With

  • Django
  • Tweepy
  • TextBlob

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors