Download the PHP package robert-grubb/insta-scraper without Composer
On this page you can find all versions of the php package robert-grubb/insta-scraper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
robert-grubb/insta-scraper
Rate from 1 - 5
Rated 4.25 based on 4 reviews
Rated 4.25 based on 4 reviews
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
No informations.
The package robert-grubb/insta-scraper contains the following files
Loading the files please wait ....