{"id":13758409,"url":"https://github.com/df-mc/vote","last_synced_at":"2026-01-28T01:48:46.795Z","repository":{"id":57650940,"uuid":"309123285","full_name":"df-mc/vote","owner":"df-mc","description":"Go library for accessing the minecraftpocket-servers.com voting API","archived":false,"fork":false,"pushed_at":"2022-01-16T16:13:54.000Z","size":10,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-28T08:04:00.152Z","etag":null,"topics":["df-mc","go","golang","mcpe","minecraft","vote","voting"],"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/df-mc.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-11-01T15:14:52.000Z","updated_at":"2025-06-12T02:36:30.000Z","dependencies_parsed_at":"2022-09-05T13:41:24.606Z","dependency_job_id":null,"html_url":"https://github.com/df-mc/vote","commit_stats":null,"previous_names":["emperials/df-voteapi"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/df-mc/vote","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/df-mc%2Fvote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/df-mc%2Fvote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/df-mc%2Fvote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/df-mc%2Fvote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/df-mc","download_url":"https://codeload.github.com/df-mc/vote/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/df-mc%2Fvote/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28833064,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"ssl_error","status_checked_at":"2026-01-27T23:25:58.379Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["df-mc","go","golang","mcpe","minecraft","vote","voting"],"created_at":"2024-08-03T13:00:29.729Z","updated_at":"2026-01-28T01:48:46.777Z","avatar_url":"https://github.com/df-mc.png","language":"Go","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# vote\nGo library for accessing the minecraftpocket-servers.com voting API\n\n## Getting started\nThe vote library may be imported using `go get`:\n```\ngo get github.com/df-mc/vote\n```\n\n## Usage\n[![Go Reference](https://pkg.go.dev/badge/github.com/df-mc/vote.svg)](https://pkg.go.dev/github.com/df-mc/vote)\n\nUsage of the vote package relies on a `*vote.Client` that may be constructed and used as such:\n\n```go\n// var key string\n\nc := vote.NewClient(key)\nvoted, err := c.Voted(\"Steve\")\nif err != nil {\n\tpanic(err)\n}\nif !voted {\n\tfmt.Println(\"Steve has not yet voted\")\n\treturn\n}\nclaimed, err := c.Claim(\"Steve\")\nif err != nil {\n\tpanic(err)\n}\nif !claimed {\n\tfmt.Println(\"Steve has already claimed his vote\")\n\treturn\n}\nfmt.Println(\"Steve claimed his vote successfully\")\n```\nThe errors returned by methods on `*vote.Client` only return HTTP errors.\n\n## Contact\n[![Discord Banner 2](https://discordapp.com/api/guilds/623638955262345216/widget.png?style=banner2)](https://discord.gg/U4kFWHhTNR)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdf-mc%2Fvote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdf-mc%2Fvote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdf-mc%2Fvote/lists"}