cyberinferno / dotabuff-scraper
A simple library to scrape data from dotabuff.com
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/cyberinferno/dotabuff-scraper
Requires
- php: >=5.3.0
- fabpot/goutte: ^3.1
This package is auto-updated.
Last update: 2025-10-19 06:32:25 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
}
}