Download everything from Instagram

 



In this post, I'll give you the Source of a small Python Project by which you can Download everything from any Instagram account.

Complete Code:

import instaloader
insta= instaloader.Instaloader()

account='a.b.h.i_bishnoi'

insta.download_profile(account,profile_pic_only=False)
Watch YouTube Tutorial for better understanding:

Comments