Merge pull request #106 from NishantPacharne/master

Added a instagram dp downloader script!
This commit is contained in:
Advaita Saha 2022-10-04 11:06:40 +05:30 committed by GitHub
commit de753726a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# pip install instaloader
import instaloader
il = instaloader.Instaloader()
username = input("Enter username: ")
il.download_profile(username , profile_pic_only=True)
print(f"{username}'s DP is Downloaded!!")

View File

@ -0,0 +1,6 @@
certifi==2022.9.24
charset-normalizer==2.1.1
idna==3.4
instaloader==4.9.5
requests==2.28.1
urllib3==1.26.12