Skip to content

EducatedBernie/Twitter-Trends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter-Trends Project!

A geographic visualization of Twitter data across the USA. The map displayed above depicts how the people in different states feel about Texas. Used dictionaries, lists, and data abstraction techniques to create this modular program.

You need to put all_tweets.txt into the data folder before you can do this. Get all_tweets.txt from my Google Drive. https://drive.google.com/file/d/1IQjCnIKfy1lmBoCc1EiMoq4V6HNCwxYb/view?usp=sharing

Run py trends.py -m texas to create the visualization shown!

alt text

This image is generated by:

Collecting public Twitter posts (tweets) that have been tagged with geographic locations and filtering for those that contain the "texas" 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, and finally

Coloring each state according to the aggregate sentiment of its tweets. Red means positive sentiment; blue means negative.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages