This project is created by Çalgan Aygün. The aim of the project is to display travel roadmap of a Instagram user on the map, and mark post locations of posted with a tag. In this context, Instagram data were obtained using instaloader.
Flask used as a web framework. Bootstrap, Leaflet and Leaflet.Heat used on the front-end.
- A
Instagram account
to login in app.
Working with a large number of posts can cause your Instagram account to get timeout.
docker build -t mysa/insta-travel-map .
docker run -d -p 5000:5000 -e INSTA_USERNAME=your_username -e TAG_MAX_POST=10 mysa/insta-travel-map
docker exec -it <container_id_or_name> instaloader -l <your_instagram_username>