Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/100/geotwitter
- Owner: 100
- Created: 2015-08-13T23:54:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-10T21:31:19.000Z (about 9 years ago)
- Last Synced: 2024-10-03T15:57:02.534Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 152 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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