Download the PHP package heartbeat-dev/insta-scraper without Composer
On this page you can find all versions of the php package heartbeat-dev/insta-scraper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download heartbeat-dev/insta-scraper
More information about heartbeat-dev/insta-scraper
Files in heartbeat-dev/insta-scraper
Download heartbeat-dev/insta-scraper
More information about heartbeat-dev/insta-scraper
Files in heartbeat-dev/insta-scraper
Vendor heartbeat-dev
Package insta-scraper
Short Description Instagram PHP Scraper. Get account information, photos and videos without any authorization
License MIT
Homepage https://github.com/heartbeat-dev/insta-scraper
Package insta-scraper
Short Description Instagram PHP Scraper. Get account information, photos and videos without any authorization
License MIT
Homepage https://github.com/heartbeat-dev/insta-scraper
Please rate this library. Is it a good library?
Informations about the package insta-scraper
information
Credits to postaddictme/instagram-php-scraper for base
Installation
composer.phar require robert-grubb/insta-scraper
or
composer require robert-grubb/insta-scraper
Instantiation
Documentation
For main package documentation: https://github.com/postaddictme/instagram-php-scraper
Fork Information
This fork includes the following:
-
getMediaWithTag()
- This method will find the first media with a specific tag.
-
Fixes getMedias issue (Because instagram removed the /media page)
- Now pulls from their timeline data via a graphql request, then grabs the data for each array item. (Increases load times, but not by much)
- Better exceptions
- For better understand of what is actually happening when an error occurs, InstagramEncodedException is thrown. You can catch this exception and use
InstagramEncodedException->getDecodedMessage()
that will return the following:
- For better understand of what is actually happening when an error occurs, InstagramEncodedException is thrown. You can catch this exception and use
Getting a media item with specific hashtag:
All versions of insta-scraper with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
mashape/unirest-php Version 3.0.*
phpfastcache/phpfastcache Version 5.0.*
mashape/unirest-php Version 3.0.*
phpfastcache/phpfastcache Version 5.0.*
The package heartbeat-dev/insta-scraper contains the following files
Loading the files please wait ....