zeeshan / instagrab
Download photos and videos directly from instagram.
dev-master
2017-06-29 14:46 UTC
Requires (Dev)
- phpunit/phpunit: ~5.7
- squizlabs/php_codesniffer: ^3.0
This package is not auto-updated.
Last update: 2024-11-05 18:34:05 UTC
README
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