Download Instgram Profile Picture And Other Posts Using Python (Without Using WebScrapping) A More Simpler Method
Method 1
#Belgin Android 
import instaloader
mod=instaloader.Instaloader()
a=input("Enter The Profile Name --> ")
mod.download_profile(a,profile_pic_only=True)
Method 2
This Code Can Be Used In Linux
#belgin Android 
from os import system 
a=input("Enter The Profile Name --> ")
system(f"instaloader {a} --profile-pic-only ")
Follow Me At Instagram --> Belgin_Official
                                         --> Tech_Belgin
Comments
Post a Comment