how to download instagram photo with python

Solutions on MaxInterview for how to download instagram photo with python by the best coders in the world

showing results for - "how to download instagram photo with python"
Gene
22 Apr 2016
1import instaloader
2 
3ig = instaloader.Instaloader()
4dp = input("Enter Insta username : ")
5 
6ig.download_profile(dp , profile_pic_only=True)
7