Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/100/geotwitter

Uses Twitter information to provide insight into a particular zip-code
https://github.com/100/geotwitter

Last synced: about 1 month ago
JSON representation

Uses Twitter information to provide insight into a particular zip-code

Awesome Lists containing this project

README

        

# geotwitter
## (Although functional and complete, this project was primarily an exercise to learn the resources that it uses.)

This web-app uses Twitter information to provide insight into a particular zip-code. It provides various metrics, such as a showcase of the most recent tweets, the most used hashtags, and the average sentiment that result from the search. It is a valuable tool when visiting or moving to a new location, as one can quickly get a snapshot of particular facets of the community in a convenient, concise fashion.

## This app uses:
* Python
* Flask web framework
* Tweepy API
* AlchemyAPI Sentiment Analysis API
* Google Maps Geolocation API
* HTML
* Bootstrap CSS Framework

## This app implements:
* The Haversine Formula