-
I am use this example https://github.com/postaddictme/instagram-php-scraper/blob/master/examples/getAccountFollowers.php
but after execution server not response.
Is this a normal script job? Is this…
-
PHP community nowadays goes to a standardisation. There are 2 standards of caching in PHP: [PSR-6](https://packagist.org/packages/psr/cache) (overcomplicated and deprecated) and [PSR-16](https://packa…
-
Hello.
I get an error:
Fatal error: Uncaught exception 'InstagramScraper\Exception\InstagramNotFoundException' with message 'Account with this username does not exist' in /dat/wwwroot/wedding-maga…
-
Hi there!
Please update the dependencies to phpfastcache 7.*
Otherwise following error occurs: Problem 1
- Installation request for raiym/instagram-php-scraper ^0.8.35 -> satisfiable by ra…
-
I tried to get all comments of a media by the example given at https://github.com/postaddictme/instagram-php-scraper/blob/master/examples/getMediaComments.php
but it only returns 10 or 11 comments.…
-
From today this method return empty array
$medias = $instagram->getMediasByLocationId('1', 20);
I've fix the headers request with this code
```
if (empty($headers['x-csrftoken'])) {
…
-
## Bug report
### Describe the bug
As of today Vier/Vijf/Zes stopped working. I assume the parsing of the website fails due to changes as not even the program listing is working.
## Expected Beha…
-
Threre is a 403 response while getting the comments using getMediaCommentsByCode() method. After debugging I find a some reasons for it:
1) Invalid query_hash request parameter (possible it changed)…
-
Hi, i'm new to this library and i'm trying to figure out how the stories scraper work, if i put my account's username and password in the "withCredential" login function, like that :
> $instagram …
-
I got this error where trying to use the getAccountById method, it happens around 4 hours ago. I am not logged in while calling this method. And I've checked that the account is exists.
Fatal error…