postaddictme / instagram-php-scraper

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

fix get Stories of user id instagram #1127

Closed fayssalmechmeche closed 2 months ago

fayssalmechmeche commented 12 months ago

I fix the code to get User Stories of a user with the id of the user id

i hope that will help peoples

you need to get logged to watch stories

example :

$instagram =  \InstagramScraper\Instagram::withCredentials(new \GuzzleHttp\Client(), $_ENV['INSTAGRAM_LOGIN'], $_ENV['INSTAGRAM_PASSWORD'], new Psr16Adapter('Files'));
$instagram->login();
$instagram->saveSession();

$stories = $instagram->getStories([2325682225]);
raiym commented 11 months ago

@fayssalmechmeche thanks for your contribution, please minimize git changes and only submit the code change you are making.