How to download Instagram Profile pic with Python

 


>>  You can Download Instagram Profile Pic with this Python script


** Run this command windows/Termux

git clone https://github.com/ghostinlinux/InstagramProfilePicDownloader.git

cd InstagramProfilePicDownloader

pip install instaloader

python instadpdownloader.py


** Command for Linux

git clone https://github.com/ghostinlinux/InstagramProfilePicDownloader.git

cd InstagramProfilePicDownloader

pip3 install instaloader

python3 instadpdownloader.py


** Enter your Device location

For Android user --> /sdcard or /sdcard/yourFoldername 

For Desktop User -- > Desktop or Enter your own choice


** Enter Username

For one user --> username 

For more than one user --> username1,username2,username3 (comma(,) is mandatory)


* Hope You Enjoy *