Skip to content

Commit b036783

Browse files
Merge pull request #62 from hardikkhurana/master
Added Automatic Instagram Profile Pic Download
2 parents 76db03a + 8c91201 commit b036783

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#use the following command to install instaloader
2+
#pip3 install instaloader
3+
4+
import instaloader
5+
username = str(input('Enter username: '))
6+
x = instaloader.Instaloader()
7+
print(x.download_profile(username, profile_pic_only=True))
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Use this command to add instaloader
2+
pip3 install instaloader
3+
4+
1) After that when the script will rum it will ask an input for username of the account
5+
2) Enter the username
6+
3) and you will find the profile picture in the same folder as of the python script
52.8 KB
Loading
11.4 KB
Loading
9.45 KB
Loading

0 commit comments

Comments
 (0)