cyberinferno/dotabuff-scraper
最新稳定版本:v0.1
Composer 安装命令:
composer require cyberinferno/dotabuff-scraper
包简介
A simple library to scrape data from dotabuff.com
README 文档
README
A script to scrape Dotabuff website for relevant information needed.
It is inspired from the project https://github.com/onuraslan/DotaBuffCP which is written in Perl!
Requirements
- PHP5+
- php_curl extension
- Stable internet connection for fetching data from Dotabuff website
Installation
It can be installed via composer with the following configuration
{
"require": {
"cyberinferno/dotabuff-scraper": "dev-master"
},
"config": {
"preferred-install":"dist",
"process-timeout": 1800
}
}
统计信息
- 总下载量: 31
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2015-05-11