ernesthernandez / nashor-scraper

Fast high-level web crawling and web scraping tool for OP.GG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nashor Scraper

Latest Stable Version Software License Build Status Total Downloads

This is a open source multi-thread League of Legends scraper for OP.GG website.

Structure

If any of the following are applicable to your project, then the directory structure should follow industry best practises by being named the following.

bin/        
config/
src/
tests/
vendor/

Install

This package can be found on Packagist and is best loaded using Composer.

$ composer require pewpewyou/nashor-scraper

Usage

require 'vendor/autoload.php';

use Nashor\Summoner;

$summoner = new Summoner('páprika', 'lan');

//retrives summoner match making rate

$info = $summoner->info();

print_r($info);

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

TBA

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email :author_email instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Fast high-level web crawling and web scraping tool for OP.GG

License:MIT License


Languages

Language:PHP 100.0%