{"id":17150245,"url":"https://github.com/gabrielmbmb/govid19","last_synced_at":"2025-03-24T12:18:26.190Z","repository":{"id":57647536,"uuid":"253794074","full_name":"gabrielmbmb/govid19","owner":"gabrielmbmb","description":"A very simple scraper of Worldometer COVID-19 data made with Go.","archived":false,"fork":false,"pushed_at":"2020-04-07T19:48:02.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T17:22:28.279Z","etag":null,"topics":["covid19","go","scraper","worldometer"],"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/gabrielmbmb.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":"2020-04-07T13:00:49.000Z","updated_at":"2022-10-21T10:23:25.000Z","dependencies_parsed_at":"2022-08-25T06:50:45.468Z","dependency_job_id":null,"html_url":"https://github.com/gabrielmbmb/govid19","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielmbmb%2Fgovid19","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielmbmb%2Fgovid19/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielmbmb%2Fgovid19/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielmbmb%2Fgovid19/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabrielmbmb","download_url":"https://codeload.github.com/gabrielmbmb/govid19/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245267566,"owners_count":20587459,"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":["covid19","go","scraper","worldometer"],"created_at":"2024-10-14T21:35:12.062Z","updated_at":"2025-03-24T12:18:26.163Z","avatar_url":"https://github.com/gabrielmbmb.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# govid19 - Worldometer COVID-19 scraper\n\n![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/gabrielmbmb/govid19)\n\n**govid19** is a very simple scraper of [Worldometer COVID-19](https://www.worldometers.info/coronavirus/) developed with Go. \nThis is my very first Go package. Since the start of the isolation, I've been quite bored so I decided to learn Go... *sigh*\nAs you will see, the package is not very big because its main purpose was to learn how to structure a Go package\n\n## Usage\n\n```go\npackage main\n\nimport \"github.com/gabrielmbmb/govid19\"\n\nfunc main() {\n\tcountries := govid19.Scrape()\n\terr := govid19.WriteToCSV(countries)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielmbmb%2Fgovid19","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabrielmbmb%2Fgovid19","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielmbmb%2Fgovid19/lists"}