We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db74aba commit e39710cCopy full SHA for e39710c
insta_profile_download.py
@@ -0,0 +1,10 @@
1
+# Download instagram profile picture
2
+# pip install instaloader on terminal
3
+
4
+import instaloader
5
6
+insta=instaloader.Instaloader()
7
8
+name=input("Enter the username : ")
9
10
+insta.download_profile(name, profile_pic_only=True)
0 commit comments