cherryred5959/instagram-tag-scraper

Installs: 39

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 1

pkg:composer/cherryred5959/instagram-tag-scraper

0.0.3 2019-02-18 14:15 UTC

This package is auto-updated.

Last update: 2026-01-06 17:54:12 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