Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.11 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.11 KB

InstaMap

The script scrapes Instagram profile and generates a map.html file using its data (with the help of Instaloader and Folium modules). Each location from the profile is represented on the map as a clickable marker with a pop-up window including different data from posts at this location (as date, thumbnail image, url, number of likes etc.);

====================================================================================================

Files:

  1. MapGenerator.py - the entry point, takes no arguments
  2. InstaScraper.py
  3. requirements.txt
  4. .gitignore

Example of html file generated by this script included as map_example.html GitHub Pages link to the map_example.html: https://viktormishyn.github.io/InstaMap/map_example.html

Usage

Run MapGenerator.py file using command line

MapGenerator.py

Roadmap

  • moving the data into server-based or client-based database
  • adding different filtering and searching functionality
  • creating another social media location scrapers and integrating them into one single map application

License

MIT