{"id":48275171,"url":"https://github.com/ericdaugherty/gotsport-scraper","last_synced_at":"2026-04-04T22:27:05.119Z","repository":{"id":57513810,"uuid":"43523020","full_name":"ericdaugherty/gotsport-scraper","owner":"ericdaugherty","description":"An HTML Scraping tool for the www.gotsport.com website.","archived":false,"fork":false,"pushed_at":"2015-10-01T22:39:55.000Z","size":144,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-15T07:51:49.204Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/ericdaugherty.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}},"created_at":"2015-10-01T21:46:37.000Z","updated_at":"2023-01-28T15:33:57.000Z","dependencies_parsed_at":"2022-08-31T22:51:22.822Z","dependency_job_id":null,"html_url":"https://github.com/ericdaugherty/gotsport-scraper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ericdaugherty/gotsport-scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericdaugherty%2Fgotsport-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericdaugherty%2Fgotsport-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericdaugherty%2Fgotsport-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericdaugherty%2Fgotsport-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericdaugherty","download_url":"https://codeload.github.com/ericdaugherty/gotsport-scraper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericdaugherty%2Fgotsport-scraper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31416765,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-04-04T22:27:04.625Z","updated_at":"2026-04-04T22:27:05.110Z","avatar_url":"https://github.com/ericdaugherty.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GotSport.com HTML Screen Scraper\nThis is a GoLang library that parses schedule information from the\nwww.gotsport.com website.  It currently parses the schedule page, ie:\nhttp://events.gotsport.com/events/schedule.aspx and provides a list of games\nin a JSON enabled GoLang struct.\n\n## Usage\n\nHere is a simple program that queries for a tournement schedule and pretty-prints the results as JSON.\n\n```\npackage main\n\nimport (\n\t\"encoding/json\"\n\t\"fmt\"\n\n\t\"github.com/ericdaugherty/gotsport-scraper\"\n)\n\nfunc main() {\n\n\tparams := map[string]string{\n\t\t\"EventID\": \"15267\",\n\t\t\"GroupID\": \"166875\",\n\t\t\"Gender\":  \"Boys\",\n\t\t\"Age\":     \"12\",\n\t}\n\n\tschedule, err := scraper.GetSchedule(params)\n\tif err != nil {\n\t\tfmt.Println(\"Error Occured:\", err)\n\t}\n\tbytes, err := json.MarshalIndent(schedule, \"\", \"  \")\n\tif err != nil {\n\t\tfmt.Println(\"Error Occured:\", err)\n\t}\n\n\tfmt.Println(\"Schedule:\", string(bytes))\n}\n```\n\n## License\nThis code is available for use under the MIT License.  See the LICENSE file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericdaugherty%2Fgotsport-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericdaugherty%2Fgotsport-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericdaugherty%2Fgotsport-scraper/lists"}