TweetMap is a visualization tool to see where tweets are being sent from across the US. Either see where all tweets are located or search by a specific hashtag!
- Django Web Framework w/ any db (I chose PostgreSQL)
- tweepy Twitter API to scrape tweets (https://www.tweepy.org/)
- folium to display map (https://python-visualization.github.io/folium/)
- pandas (http://pandas.pydata.org/pandas-docs/stable/) and matplotlib (https://matplotlib.org/) for data manipulation and heatmap