Insta Profile Downloader в Python
import instaloader
app = instaloader.Instaloader()
username = input("Enter Username: ")
app.download_profile(username, profile_pic_only=True)
#code by fawlid
Fawlid