bolandish/instagram-grabber
Composer 安装命令:
composer require bolandish/instagram-grabber
包简介
A workaround for the new Instagram policy to get images by hashtag and user id. No need for accesstoken
README 文档
README
A workaround for the new Instagram policy to get images by hashtag and user id. No need for accesstoken :) Use at your own risk.
By Vassardish and Bolandish ##Install
Via Composer
composer require bolandish/instagram-grabber
Via Include
require_once '/vendor/autoload.php';
##Usage
Get by hashtag
Bolandish\Instagram::getMediaByHashtag("nofilter", 10);
Get by user id
Bolandish\Instagram::getMediaByUserID(460563723, 10);
Get after a specific post by user id
Bolandish\Instagram::getMediaAfterByUserID(460563723, 1060728019300790746, 10);
If something missing in the response, please open an issue to report :)
Plugins
- Image hashtag feed plugin for WordPress, by Digitoimisto Dude
Help me build this better! Thanks! :)
统计信息
- 总下载量: 4.25k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 148
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2016-06-08