Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 889 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 889 Bytes

Instagram Data Analysis

Uses the Instagram-Python API to create an html webpage based on Instagram photos at a certain location with instagramToHTML.py, or to geolocate the last locations of the followers of a certain user and generate a heatmap of those locations using leaflet in followerLatLong.py.

Dependencies

All dependencies are available via pip install and include:

python-instagram with a valid Instagram API key placed in a file called "keys"

geopy

Screenshot

instagramToHTML Screenshot of instagramToHTML

followerLatLong Screenshot of followerLatLong