romulo126/instagramgetposts
Composer 安装命令:
composer require romulo126/instagramgetposts
包简介
get images, videos, likes and descriptions of Instagram user POST
关键字:
README 文档
README
composer require romulo126/instagramgetposts
API
Exemple USer
<?php
require_once __DIR__.'/vendor/autoload.php';
use BotInstagramGetPosts\Services\Page\instaPageService;
$ts= new instaPageService();
## limit post
print_r($ts->requestPage('https://www.instagram.com/patoacademy/','key here',2));
## all Posts
print_r($ts->requestPage('https://www.instagram.com/patoacademy/','key here'));```
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-05-14