Save Instagram pictures to Photos on iOS

A simple Python script to save Instagram pictures on-the-go. It uses Pythonista and (optionally) Apple Shortcuts
Published on October 27, 2018 in How-tos
Read time: 1 min
Tags:

Instagram iOS app doesn’t let you save pictures in the stream to your gallery. But all those paradise beaches and landscapes shared on the social networks would look great as wallpaper on your lockscreen, right?

So I wrote a simple Python script and integrated it with Shortcuts to access it easily. The worflow is shown in the video below.

The script

  1. Install Pythonista for iOS
  2. Grab the script here and copy it into Pythonista.

At this point you could run the script straight from the Share extension or from Pythonista itself. The script takes an URL as input and if no one is given, it checks the clipboard. You just need to copy the post URL.

Shortcuts integration

To speed up all the things, integrate it with Shortcuts (it was still called Workflow when I wrote the script).

  1. Get the app
  2. Get this shortcut. If you changed the name of the script or its path into Pythonista, edit the shortcut accordingly.
  3. Add the shortcut to the ones in the widget.

That’s it.

Thanks for reading.



Comments

Got some words you want to share? Tell me!