Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Parses data from Instagram without API access.

License

Notifications You must be signed in to change notification settings

Astrotomic/instagram-parser

Repository files navigation

Instagram Parser

Parses data from Instagram without API access.

GitHub release GitHub license GitHub issues

StyleCI Code Climate

Slack Team Slack join

Usage

$instagram = new Manager();
$instagram->setConfig('/your/path/for/the/cache/files', 'storage_path'); // optional but recommended

// get recent Media informations by User
$data = $instagram->getUserRecentMedia('username');

// get recent Media informations by Tag
$data = $instagram->getTagRecentMedia('tag');