{"id":26378109,"url":"https://github.com/boatraceventureproject/boatracescraper","last_synced_at":"2025-03-17T04:21:13.864Z","repository":{"id":277410534,"uuid":"927980365","full_name":"BoatraceVentureProject/BoatraceScraper","owner":"BoatraceVentureProject","description":"The BVP Crawler package for Boatrace.","archived":false,"fork":false,"pushed_at":"2025-03-15T04:06:13.000Z","size":69,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T04:18:45.757Z","etag":null,"topics":["boatrace","crawler","php","php-library","php8"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BoatraceVentureProject.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-05T21:23:41.000Z","updated_at":"2025-03-15T04:10:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"b89c820c-5de6-4e9b-8742-0771a2d3b438","html_url":"https://github.com/BoatraceVentureProject/BoatraceScraper","commit_stats":null,"previous_names":["boatraceventureproject/crawler","boatraceventureproject/boatracescraper"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoatraceVentureProject%2FBoatraceScraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoatraceVentureProject%2FBoatraceScraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoatraceVentureProject%2FBoatraceScraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoatraceVentureProject%2FBoatraceScraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BoatraceVentureProject","download_url":"https://codeload.github.com/BoatraceVentureProject/BoatraceScraper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243971180,"owners_count":20376784,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["boatrace","crawler","php","php-library","php8"],"created_at":"2025-03-17T04:21:13.173Z","updated_at":"2025-03-17T04:21:13.833Z","avatar_url":"https://github.com/BoatraceVentureProject.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Boatrace Scraper\n\n[![Build Status](https://github.com/BoatraceVentureProject/BoatraceScraper/workflows/Tests/badge.svg)](https://github.com/BoatraceVentureProject/BoatraceScraper/actions?query=workflow%3Atests)\n[![codecov](https://codecov.io/gh/BoatraceVentureProject/BoatraceScraper/graph/badge.svg?token=Tt8DGtX4fc)](https://codecov.io/gh/BoatraceVentureProject/BoatraceScraper)\n[![Latest Stable Version](https://poser.pugx.org/bvp/boatrace-scraper/v/stable)](https://packagist.org/packages/bvp/boatrace-scraper)\n[![Latest Unstable Version](https://poser.pugx.org/bvp/boatrace-scraper/v/unstable)](https://packagist.org/packages/bvp/boatrace-scraper)\n[![License](https://poser.pugx.org/bvp/boatrace-scraper/license)](https://packagist.org/packages/bvp/boatrace-scraper)\n\n## Installation\n```bash\ncomposer require bvp/boatrace-scraper\n```\n\n## Usage\n```php\n\u003c?php\n\nrequire __DIR__ . '/vendor/autoload.php';\n\nuse BVP\\BoatraceScraper\\Scraper;\n\nvar_dump(Scraper::scrapePrograms('2017-03-31'));        // 2017年03月31日の出走表\nvar_dump(Scraper::scrapePrograms('2017-03-31', 24));    // 2017年03月31日 大村の出走表\nvar_dump(Scraper::scrapePrograms('2017-03-31', 24, 1)); // 2017年03月31日 大村 1Rの出走表\n\nvar_dump(Scraper::scrapePreviews('2017-03-31'));        // 2017年03月31日の直前情報\nvar_dump(Scraper::scrapePreviews('2017-03-31', 24));    // 2017年03月31日 大村の直前情報\nvar_dump(Scraper::scrapePreviews('2017-03-31', 24, 1)); // 2017年03月31日 大村 1Rの直前情報\n\nvar_dump(Scraper::scrapeResults('2017-03-31'));         // 2017年03月31日の結果\nvar_dump(Scraper::scrapeResults('2017-03-31', 24));     // 2017年03月31日 大村の結果\nvar_dump(Scraper::scrapeResults('2017-03-31', 24, 1));  // 2017年03月31日 大村 1Rの結果\n\nvar_dump(Scraper::scrapeOddses('2017-03-31'));          // 2017年03月31日のオッズ\nvar_dump(Scraper::scrapeOddses('2017-03-31', 24));      // 2017年03月31日 大村のオッズ\nvar_dump(Scraper::scrapeOddses('2017-03-31', 24, 1));   // 2017年03月31日 大村 1Rのオッズ\n\nvar_dump(Scraper::scrapeStadiums('2017-03-31'));        // 2017年03月31日の開催場\nvar_dump(Scraper::scrapeStadiumIds('2017-03-31'));      // 2017年03月31日の開催場\nvar_dump(Scraper::scrapeStadiumNames('2017-03-31'));    // 2017年03月31日の開催場\n```\n\n## License\nThe BVP Boatrace Scraper package is open source software licensed under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboatraceventureproject%2Fboatracescraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboatraceventureproject%2Fboatracescraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboatraceventureproject%2Fboatracescraper/lists"}