Skip to content

Commit 3025801

Browse files
Create instagram profile pic downloader.py
1 parent 258810e commit 3025801

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import instaloader
2+
3+
ig=instaloader.Instaloader()
4+
5+
dp=input("Enter user name of id : ")
6+
7+
ig.download_profile(dp, profile_pic_only=True)

0 commit comments

Comments
 (0)