Skip to content

eeshanagarwal/Twitter-Trends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trends_Project

This is a CS61A class project assigned by professor John DeNero in Fall '13.

In this project, I developed a geographic visualization of Twitter data across the USA. The map displayed depicts how the people in different states feel about something say "X". This image is generated by:

  • Collecting public Twitter posts (tweets) that have been tagged with geographic locations and filtering for those that contain the "X" query term;
  • Assigning a sentiment (positive or negative) to each tweet, based on all of the words it contains;
  • Aggregating tweets by the state with the closest geographic center;
  • Coloring each state according to the aggregate sentiment of its tweets. Red means positive sentiment; blue means negative.

About

Geographic visualization of Twitter data across the US

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages