Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit eb8fd87

Browse files
Update Instagram Profile Pic Downloader.py
Updated and Fixed all the errors also added some comments
1 parent 450bd9a commit eb8fd87

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
#use the following command to install instaloader
2+
#pip3 install instaloader
3+
14
import instaloader
25
username = str(input('Enter username: '))
36
x = instaloader.Instaloader()
4-
print(x.downloadprofile(username, profilepic_only=True))
7+
print(x.download_profile(username, profile_pic_only=True))

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /