cherryred5959/instagram-tag-scraper

0.0.3 2019-02-18 14:15 UTC

This package is auto-updated.

Last update: 2025-06-06 16:21:50 UTC


README

Instagram tag search for top recently list

Installing

composer require cherryred5959/instagram-tag-scraper

Usage

$client = new \GuzzleHttp\Client();
$instagram = new \Cherryred5959\InstagramTagScraper\Instagram($client);
$responses = $instagram->search('something');

Development

composer install

Example

php examples/search.php