-
$instagram = Instagram::withCredentials(new \GuzzleHttp\Client(), $login, $password, $cache);
$instagram->login();
$instagram->saveSession();
Argument 1 passed to InstagramScraper\\Instagram::wit…
-
**Windows 10**
**PHP 7.2.4**
Code from readme.md is
```php
-
When using proxi's to scrape instagram accounts/media - i get the following "error":
```
caught Exception: Response code is 200. Body:
Login • Instagram
```
I tried both as log…
-
hi, actually im very new to php , so i downloaded code via composer. using command `composer require raiym/instagram-php-scraper phpfastcache/phpfastcache`
im trying to run an example -> getStory…
-
Notice: Undefined index: user in /.../vendor/raiym/instagram-php-scraper/src/InstagramScraper/Instagram.php on line 237
```
$instagram = new Instagram();
$posts = $instagram->getMedias($setting['…
-
# URLs array for performers
### Scope
Currently a performer profile can only contain a single URL + Twitter + Instagram.
There is no other way to have clickable links in profile as well.
This …
-
Hello!
When I use the library on the local docker server everything works fine, but on the VPS I get an error when trying to get a profile. Using a proxy didn't help. The login method cannot establis…
-
## XML Scrapers
The XML scrapers use `` URL's as follows:
**TVDB**
```xml
https://api.thetvdb.com/login?{"apikey":"439DFEBA9D3059C6","id":364093}|Content-Type=appli…
-
Hello there,
i am using latest version of this Lib, but when i want to scarp by tag i am getting the following error:
`Undefined property: stdClass::$authenticated`
instagram-php-scraper/src/Inst…
-
My code is:
```
`require __DIR__ . '/vendor/autoload.php';
ini_set('display_errors', 1);
error_reporting(E_ALL);
$instagram = new \InstagramScraper\Instagram(new \GuzzleHttp\Client());
// …