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 450bd9a

Browse files
Added Automatic Instagram Profile Pic Download
It can be used easily by just inputting the username of the account
1 parent 76db03a commit 450bd9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import instaloader
2+
username = str(input('Enter username: '))
3+
x = instaloader.Instaloader()
4+
print(x.download profile(username, profile pic_only=True))

0 commit comments

Comments
(0)

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