Instagram Profile Full Size!
·
1min
·
coleaderme
Table of Contents
igpp: Instagram Profile Picture DL
Download HQ 1080px insta profile picture
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)
a bit more complicated..
0. Login to instagram.com web
- Open Developer tools, goto Network Tab ([ctrl+r] reload to capture traffic)
- Search for web_profile 'copy as Curl'
- Goto https://curlconverter.com, paste it there
copy output, paste it in this filesecrets_session.py
(remove first and last line , i.e.import requests
andrequests.get
)
DO NOT sharesecrets_session.py