GitXplorerGitXplorer
d

Twitter-Trends

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
7544d92ad37921aa375c4a45a65ad34b8af2a7a3

Merge branch 'master' of https://github.com/dhrushilbadani/Twitter-Trends

ddhrushilbadani committed 10 years ago
Unverified
5a6bd6021ab401755b260638068b488e7fab67b6

Update README.md

ddhrushilbadani committed 10 years ago
Unverified
7a064ad2a44dd08c5f974ec7bd9b75d054c91580

Initial commit

ddhrushilbadani committed 10 years ago
Unverified
12ae02d4573558c48a0616d7dddc6a58960e0035

Twitter-Trends

ddhrushilbadani committed 10 years ago

README

The README file for this repository.

Twitter-Trends

A geographic visualization of Twitter data across the USA. Developed in Python.

Trends creates a map that depicts how the people in different states feel on basis of their tweets. For example, an image of how people feel about "California" is generated by:

  1. Collecting public Twitter posts (Tweets) that have been tagged with geographic locations and filtering for those that contain the "cali" query term,
  2. Assigning a sentiment (positive or negative) to each Tweet, based on all of the words it contains,
  3. Aggregating Tweets by the state with the closest geographic center, and finally
  4. Coloring each state according to the aggregate sentiment of its Tweets. Yellow means positive sentiment; blue means negative.

For usage details, please refer to: https://inst.eecs.berkeley.edu/~cs61a/fa14/proj/trends/