{"id":20522443,"url":"https://github.com/fiskeben/scrapejestad","last_synced_at":"2025-07-28T20:08:48.869Z","repository":{"id":139138744,"uuid":"169910597","full_name":"fiskeben/scrapejestad","owner":"fiskeben","description":"Scraper library for Meet je stad project","archived":false,"fork":false,"pushed_at":"2023-02-24T17:48:16.000Z","size":175,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-28T20:05:10.707Z","etag":null,"topics":["api","go","iot","meetjestad","weather"],"latest_commit_sha":null,"homepage":"","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/fiskeben.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":"2019-02-09T20:31:08.000Z","updated_at":"2021-06-02T13:06:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"370157bc-2567-40a5-9d60-c2d6638b7cee","html_url":"https://github.com/fiskeben/scrapejestad","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fiskeben/scrapejestad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiskeben%2Fscrapejestad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiskeben%2Fscrapejestad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiskeben%2Fscrapejestad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiskeben%2Fscrapejestad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fiskeben","download_url":"https://codeload.github.com/fiskeben/scrapejestad/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiskeben%2Fscrapejestad/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267578003,"owners_count":24110351,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api","go","iot","meetjestad","weather"],"created_at":"2024-11-15T22:35:29.406Z","updated_at":"2025-07-28T20:08:48.836Z","avatar_url":"https://github.com/fiskeben.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scrape je stad\n\nA Go library for scraping data from the\n[Meet je stad](https://meetjestad.net)\nproject.\n\n_This is not affiliated with Meet je stad in any way_\n\n## Usage\n\nExample program:\n\n```go\npackage main\n\nimport (\n    \"github.com/fiskeben/scrapejestad\"\n    \"net/url\"\n)\n\nfunc main() {\n    u, err := url.Parse(\"https://meetjestad.net/data/sensors_recent.php?sensor=242\u0026limit=10\")\n    if err != nil {\n        panic(err)\n    }\n\n    data, err := scrapejestad.Read(u)\n    if err != nil {\n        panic(err)\n    }\n\n    // do stuff to data\n    fmt.Printf(\"first entry: %v\\n\", data[0])\n}\n```\n\n## See also\n\nSee the\n[meetjescraper](https://github.com/fiskeben/meetjescraper)\nHTTP proxy to get a JSON based HTTP API in front of Meet je stad.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiskeben%2Fscrapejestad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffiskeben%2Fscrapejestad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiskeben%2Fscrapejestad/lists"}