instagram-user-feed

This is a scrapper to easily fetch any feed and interact with Instagram (like, follow, etc.) without OAuth for PHP.

MIT License

Downloads
584.1K
Stars
872
Committers
33

Bot releases are hidden (Show)

instagram-user-feed - 6.12.0

Published by pgrimaud about 3 years ago

  • Add method to post message on a media.
  • Add method to get HD profile picture.
instagram-user-feed - 6.11.0

Published by pgrimaud about 3 years ago

  • Fetch medias where a user has been tagged on
instagram-user-feed - 6.10.0

Published by pgrimaud about 3 years ago

  • Add method to fetch IGTV of any user
  • Add method to fetch Reels of any user
  • Split dirty tests in multiple files

Bisous

instagram-user-feed - 6.9.0

Published by pgrimaud about 3 years ago

  • Add method to fetch Instagram live-streaming info. Thanks to @David-Kurniawan
  • Minor fixes.
instagram-user-feed - 6.8.0

Published by pgrimaud over 3 years ago

  • Add video url in media feed. Thanks to @Nispeon)
  • Add helper to download media (ref to #205 : strict-origin-when-cross-origin). Thanks to @Nispeon)
  • Minor changes and improvements.
instagram-user-feed - 6.7.2

Published by pgrimaud over 3 years ago

  • Remove security casting as integer (refs to #195)
instagram-user-feed - 6.7.1

Published by pgrimaud over 3 years ago

  • Add catching of generic login errors
instagram-user-feed - 6.7.0

Published by pgrimaud over 3 years ago

  • New feature: get post of hashtag (@mnajafzadeh #175)
  • New feature: get comments of post (@mnajafzadeh #175)
  • Add support for PHP 8
  • Minor changes and improvements (@jibran #183 #184, @GooseBumpsOS #177)
instagram-user-feed - 6.6.4

Published by pgrimaud almost 4 years ago

  • Improve hydrators (@schelmo #166)
instagram-user-feed - 6.6.3

Published by pgrimaud almost 4 years ago

  • Challenge delay is now configurable #164 (@bytehead)
instagram-user-feed - 6.6.2

Published by pgrimaud almost 4 years ago

  • Add location retrieval (#158)
instagram-user-feed - 6.6.1

Published by pgrimaud almost 4 years ago

  • Fix profile media grab without logging (#156)
  • Migrate CI from Travis to Cirrus (#155)
instagram-user-feed - 6.6.0

Published by pgrimaud almost 4 years ago

  • New feature : like and unlike posts (#146)
instagram-user-feed - 6.5.2

Published by pgrimaud almost 4 years ago

  • Add mentions retrieval on stories #153
instagram-user-feed - 6.5.1

Published by pgrimaud almost 4 years ago

  • Allow retrieve IG data without login #150
  • Fix bug when login with email #152
  • Improve properties visibility #151
  • Fix invalid return type #154
  • Add hashtags retrieval on stories #153
instagram-user-feed - 6.5.0

Published by pgrimaud about 4 years ago

  • Add new feature to follow or unfollow user (@David-Kurniawan #129)
instagram-user-feed - 6.4.3

Published by pgrimaud about 4 years ago

  • Fix outlook email auth (#127)
  • Handle error on profile not found (#131)
instagram-user-feed - 6.4.2

Published by pgrimaud about 4 years ago

  • Add followers feed of user (#124 by @David-Kurniawan)
  • Add followings feed of user (#124 by @David-Kurniawan)
instagram-user-feed - 6.4.1

Published by pgrimaud about 4 years ago

  • Add support of guzzle 7 #122
instagram-user-feed - 6.4.0

Published by pgrimaud about 4 years ago

  • Add hashtags extraction #117 thanks to @David-Kurniawan
  • Add support of POP3 on checkpoint challenge #119 thanks to @gtapps