astrotomic/instagram-parser

此包已被弃用且不再维护。未建议替代包。

无需API访问即可解析Instagram的数据。

1.2.0 2017-01-27 09:08 UTC

This package is not auto-updated.

Last update: 2019-10-22 12:10:12 UTC


README

无需API访问即可解析Instagram的数据。

GitHub release GitHub license GitHub issues

StyleCI Code Climate

Slack Team Slack join

用法

$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');