Download Instagram profile data with Python 3 Lines of code

Hello everyone,

In this tutorial, we are going to download all the information including profile pics, posts, tags everything from an Instagram profile within 3 lines of python code.

It’s very easy and simple to follow these steps with me

You need Python and the PyCharm IDE on your pc  (or you can use any of your IDE)

First, you have to install and import a package called instaloader pip install instaloader



Now we have to write the 3 lines of code

import instaloader
username = input("enter insta username : ")
instaloader.Instaloader().download_profile(username,profile_pic_only=False)

That’s all. You have to run this program and enter the Instagram username .. and press enter. then it will start downloading all data from the Instagram account.

Post Your Questions on our forum

Post a question on Forum

Ajith Jojo Joseph

Self taught, dedicated young entrepreneur with many licensed products under his sleeve. Passionate about technology, business and excellence in general.

Share with your friends:

Comments are closed.

Automate WhatsApp messages using python in 2 lines of code

Hello everyone,  in this video we are going to make a WhatsApp automation script. so you can send WhatsApp msg […]

September 11, 2021

Build your own Free Audio Book from PDF using Python

Hello everyone, In this tutorial, we are going to make an Audiobook from PDF using python.  As we know we […]

September 11, 2021

Download Instagram profile data with Python 3 Lines of code

Hello everyone, In this tutorial, we are going to download all the information including profile pics, posts, tags everything from […]

September 11, 2021

How to create Instagram Bot with InstaPy

Do you know how to create an Instagram bot with InstaPy. InstaPy is a python package, and we can use […]

March 31, 2021

Digital Marketing Toolkit

Get Free Access to Digital Marketing Toolkit. You can use all our tools without any limits

Get Free Access Now