Skip to content

Releases: postaddictme/instagram-php-scraper

Handle pagination into getMediasByTag #37

11 Oct 10:35
Compare
Choose a tag to compare
Merge pull request #37 from fabianoroberto/master

Handle pagination into getMediasByTag

v0.3.4: Merge pull request #31 from wrinkleydog/fix_media_array

19 Sep 15:19
Compare
Choose a tag to compare

0.3.3

13 Jul 06:51
Compare
Choose a tag to compare
  • Bug: Include class Location and Comment in InstagramScraper.php
  • Enh: Add locationId

v0.3.2

12 Jul 06:54
Compare
Choose a tag to compare
  • Enh: Add phpunit tests
  • Bug: Check if video views exist in Media::fromApi() method
  • Enh: Add getLocationTopMediasById() method
  • Enh: Add getLocationMediasById() method
  • Enh: Add Location model and getLocationById method

v0.3.1: Merge pull request #23 from alexpablo/patch-1

29 Jun 13:59
Compare
Choose a tag to compare
  • Add locationName property to media

v0.3.0 - Two new features

24 Jun 11:47
Compare
Choose a tag to compare
  • Enh: Change all methods in Instagram class to static
  • Enh: Add Instagram::getMediaCommentsByCode(). From now you can download ALL comments from media. (Tested on 8000 comments)
  • Enh: Add Instagram::getMediaCommentsById(). Same as above but with mediaId.

v0.2.6 -- 7 improvements

18 Jun 21:03
Compare
Choose a tag to compare
  • Enh: Include Tag class
  • Enh: Clean image urls in fromTagPage() method
  • Enh: Add getTopMediasByTagName() method
  • Enh: New type of URLs
  • Enh: Add methods: Media::getIdFromCode()
  • Enh: Add methods: Instagram::getMediaById()
  • Enh: Fixes #15. Add likesCount, commentsCount properties.

v0.2.5

08 Jun 17:18
Compare
Choose a tag to compare
  • Enh: Add method. Search accounts by username
  • Enh: Add method. Search tags by tag name

v0.2.4

06 Jun 21:19
Compare
Choose a tag to compare
  • Bug: Fix when pagination return only first page and never the rest