Using a python script and the Twitter API, the program will gather a number of tweets within the radius of certain coordinates. From these coordinates a heatmap can be generated using the Google Maps API which will allow us to display a visual heat map of the amount of tweets from the location.
- Tweepy - Python's Twitter API library for collecting the data
- Google Maps API - For graphical user interface
- MongoDB - For storing the data