8000 GitHub - shimomo/bvp-tokuyama-scraper: ボートレース徳山(徳山競艇)のオフィシャルサイトからデータを取得できるPHPスクレイピングパッケージ | The BVP Tokuyama Scraper package for Boatrace.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ボートレース徳山(徳山競艇)のオフィシャルサイトからデータを取得できるPHPスクレイピングパッケージ | The BVP Tokuyama Scraper package for Boatrace.

License

Notifications You must be signed in to change notification settings

shimomo/bvp-tokuyama-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation 8665

BVP Tokuyama Scraper

Build Status codecov PHP Version Require Latest Stable Version Latest Unstable Version License

Installation

composer require bvp/tokuyama-scraper

Usage

<?php

require __DIR__ . '/vendor/autoload.php';

use BVP\TokuyamaScraper\Scraper;

print_r(Scraper::scrapeComments(12));
print_r(Scraper::scrapeComments(12, '2025-03-24'));

print_r(Scraper::scrapeTimes(12));
print_r(Scraper::scrapeTimes(12, '2025-03-24'));

License

The BVP Tokuyama Scraper package is open source software licensed under the MIT license.

About

ボートレース徳山(徳山競艇)のオフィシャルサイトからデータを取得できるPHPスクレイピングパッケージ | The BVP Tokuyama Scraper package for Boatrace.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0