Skip to content

Commit e39710c

Browse files
Add files via upload
1 parent db74aba commit e39710c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

insta_profile_download.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)