Download the PHP package bvp/mikuni-scraper without Composer
On this page you can find all versions of the php package bvp/mikuni-scraper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package mikuni-scraper
BVP Mikuni Scraper
BVP Mikuni Scraper は、ボートレース三国の公式サイトから選手コメント、記者予想、オリジナル展示タイムをスクレイピングして取得できる PHP ライブラリです。
📦 Requirements
- PHP ^8.2
- Composer
- Carbon
💾 Installation
⚡ Usage
サポートメソッド一覧
メソッド | 説明 | 引数 |
---|---|---|
Scraper::scrapeComments($raceNumber, $raceDate = null) |
選手コメントを取得 | $raceNumber : 1〜12$raceDate : Carbon対応日付文字列またはCarbonインスタンス(省略時は当日) |
Scraper::scrapeForecasts($raceNumber, $raceDate = null) |
記者予想を取得 | 同上 |
Scraper::scrapeTimes($raceNumber, $raceDate = null) |
オリジナル展示タイムを取得 | 同上 |
$raceDate の例
'2025-01-01'
'2025/01/01'
'yesterday'
Carbon::now()->subDay()
基本的な使い方
Scraper::scrapeComments()
取得結果
Scraper::scrapeForecasts()
取得結果
Scraper::scrapeTimes()
取得結果
⚠️ Notes
- スクレイピング対象の公式サイトの構造が変更された場合、正しくデータを取得できなくなる可能性があります。
- 利用時は対象サイトの利用規約を遵守してください。
📄 License
BVP Mikuni Scraper は MIT license の元で公開されています。
All versions of mikuni-scraper with dependencies
PHP Build Version
Package Version
The package bvp/mikuni-scraper contains the following files
Loading the files please wait ....