zeeshan/instagrab

Download photos and videos directly from instagram.

dev-master 2017-06-29 14:46 UTC

This package is not auto-updated.

Last update: 2024-05-07 16:07:18 UTC


README

Instagrab

Instagrab - Easily grab or download Instagram content

Installation

$ composer require zeeshan/instagrab

Usage

Create a grabber object while passing the instagram page URL

use Zeeshan\Instagrab\Grabber;

$grabber = new Grabber('https://www.instagram.com/p/BUZLoGyFXQX');

Now download the media file

$grabber->download();

Or get the download URL

echo $grabber->getDownloadUrl(); // https://instagram.flhe1-1.fna.fbcdn.net/t51.288...

Contributing

Feel free to open pull requests or submit any issues with bugs or feature requests.

License

MIT © Zeeshan Ahmed