mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-23 20:11:10 +00:00
Added a instagram dp downloader script!
This commit is contained in:
parent
e7d673430e
commit
7e0f8bf35e
7
scripts/Instagram DP Download/instagram_dp.py
Normal file
7
scripts/Instagram DP Download/instagram_dp.py
Normal 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!!")
|
6
scripts/Instagram DP Download/requirements.txt
Normal file
6
scripts/Instagram DP Download/requirements.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user