postaddictme / instagram-php-scraper

Get account information, photos, videos, stories and comments.
https://packagist.org/packages/raiym/instagram-php-scraper
MIT License
3.08k stars 798 forks source link

Не работает #75

Closed slavame closed 7 years ago

slavame commented 7 years ago

Привет! Установил через composer http://take.ms/uugED Скопировал файл index.php в корень запускаю - ошибка

Warning: Invalid argument supplied for foreach() in /Applications/MAMP/htdocs/insta/vendor/raiym/instagram-php-scraper/src/InstagramScraper/Instagram.php on line 351

Notice: Undefined index: csrftoken in /Applications/MAMP/htdocs/insta/vendor/raiym/instagram-php-scraper/src/InstagramScraper/Instagram.php on line 522

Notice: Undefined index: sessionid in /Applications/MAMP/htdocs/insta/vendor/raiym/instagram-php-scraper/src/InstagramScraper/Instagram.php on line 523

Fatal error: Uncaught InstagramScraper\Exception\InstagramNotFoundException: Account with given username does not exist. in /Applications/MAMP/htdocs/insta/vendor/raiym/instagram-php-scraper/src/InstagramScraper/Instagram.php:418 Stack trace: #0 /Applications/MAMP/htdocs/insta/index.php(48): InstagramScraper\Instagram->getTopMediasByTagName('hello') #1 {main} thrown in /Applications/MAMP/htdocs/insta/vendor/raiym/instagram-php-scraper/src/InstagramScraper/Instagram.php on line 418

Что я делаю не так?

raiym commented 7 years ago
$instagram = Instagram::withCredentials('PASTE_LOGIN', 'PASTE_PASSWORD');
$instagram->login();

нужно ввести свой логин и пароль