Instagram Profile Full Size!

· 1min · coleaderme

igpp: Instagram Profile Picture DL

Download HQ 1080px insta profile picture
headers

Setup

CLI version:

Download and unzip
Run:

python igpp.py  apple trevorwallace ...

OR

Web UI version:

Download and unzip
Run:

python run.py  

Requirements

pip install httpx

secrets_session.py (see below)
headers

a bit more complicated..
0. Login to instagram.com web

  1. Open Developer tools, goto Network Tab ([ctrl+r] reload to capture traffic)
  2. Search for web_profile 'copy as Curl'
  3. Goto https://curlconverter.com, paste it there
    copy output, paste it in this file secrets_session.py (remove first and last line , i.e. import requests and requests.get)
    DO NOT share secrets_session.py