Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 659 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 659 Bytes

InstagramPhotoParser

This is very simple utility for getting full paths to photos in Instagram. Thanks @omih for idea.

How to install

  1. pip install -r requirements.txt
  2. chmod +x photo_parser.py
  3. ???????
  4. PROFIT

How to use

Open any photo on Instagram (for instance: https://www.instagram.com/p/BDQvRd4IKdL/) and copy its url from your browser.
Open terminal and type the following command: ./photo_parser.py https://www.instagram.com/p/BDQvRd4IKdL/
Wait a couple of seconds and you'll see a full path to photo. Enjoy =)

Contribution

There are no rules. Everything up to you =)