/instagram-photo-crawler

Download all pictures of someone's id

Primary LanguagePython

instagram-photo-crawler

Download all pictures of someone's id

Get the pictures' url by getting json in python

Prerequisite

python3, requests, json

Install libraries:

pip3 install requests

Usage

Change the variable 'username', 'password', 'target_id' 'username', 'password' are your instagram id and password 'target_id' is the instagram id you want to download

Then,

python3 main.py

Reference: https://www.youtube.com/watch?v=BJbKulrw7Ak

https://github.com/lepus064/Get_Instagram_Photos

https://medium.com/@h4t0n/instagram-data-scraping-550c5f2fb6f1