cherryred5959/instagram-tag-scraper

Maintainers

Package info

github.com/cherryred5959/instagram-tag-scraper

Issues

pkg:composer/cherryred5959/instagram-tag-scraper

Statistics

Installs: 39

Dependents: 0

Suggesters: 0

Stars: 2

0.0.3 2019-02-18 14:15 UTC

This package is auto-updated.

Last update: 2026-04-06 18:23:13 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