cyberinferno / dotabuff-scraper
A simple library to scrape data from dotabuff.com
v0.1
2016-04-20 04:15 UTC
Requires
- php: >=5.3.0
- fabpot/goutte: ^3.1
This package is auto-updated.
Last update: 2025-04-19 05:31:52 UTC
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
}
}