top of page

Python | Getting pictures from Instagram

In this post you will learn how you can save pictures from Instagram account in your PC using Python.


You just need to install "instalooter" into your Python packages and run the command. There are many specific commands you can use and here I'll show you the most used ones.


InstaLooter is a program that can download any picture or video associated from an Instagram profile, without any API access.

pip install instalooter

Examples:


#1) Download all pictures from the XXXYYY profile in the current directory:

instalooter user XXXYYY

#2) Download the latest 20 pictures or videos tagged with python to /tmp:

instalooter hashtag python /tmp -n 20 --get-videos -c MYLOGIN

#3) Download the last five photos:

instalooter -n 5 user STENGE.info

Practical example:

ree

And here you have the photos:

ree



Recent Posts

See All
Fake Data in Python

If you are developing applications, testing your software, or just exploring Python's capabilities, you might have faced a situation...

 
 
 
Mobile | Secret Phone Codes

Our smartphones have become extensions of ourselves, facilitating much of our communication and storing troves of private data. If...

 
 
 
Mouse & Keyboard Bot

This article illustrates how to automate mouse and keyboard movements using pyautogui module in python. This module is not preloaded with...

 
 
 

Comments


Programming and IT solutions guide on STENGE.info blog
Cybersecurity and Networking tutorials on STENGE.info
IT infrastructure solutions and technology tutorials
STENGE.info logo - Tech Blog for IT Solutions and Tutorials
bottom of page