From a10e3981b3b6a0a36b539a66c6529b1c36819890 Mon Sep 17 00:00:00 2001 From: karan2021ugce034 <101282011+karan2021ugce034@users.noreply.github.com> Date: Sat, 29 Oct 2022 15:12:50 +0530 Subject: [PATCH] Create instagram profile pic downloader.py --- instagram profile pic downloader.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 instagram profile pic downloader.py diff --git a/instagram profile pic downloader.py b/instagram profile pic downloader.py new file mode 100644 index 0000000..f739dfe --- /dev/null +++ b/instagram profile pic downloader.py @@ -0,0 +1,7 @@ +import instaloader + +ig=instaloader.Instaloader() + +dp=input("Enter user name of id : ") + +ig.download_profile(dp, profile_pic_only=True)