az-iar/social-media-crawler
Composer 安装命令:
composer require az-iar/social-media-crawler
包简介
Crawl basic user data from social media site.
README 文档
README
Crawl instagram and twitter for basic user data e.g handle, name, followers and profile image. Require Symfony DomCrawler - https://github.com/symfony/DomCrawler.
Installation
Install through composer:
composer require az-iar/social-media-crawler
Usage
$crawler = new InstagramCrawler('http://instagram.com/username'); $data = $crawler->crawl();
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-21