{"id":13393126,"url":"https://github.com/apex/gh-polls","last_synced_at":"2025-05-16T05:04:40.209Z","repository":{"id":47609068,"uuid":"96055486","full_name":"apex/gh-polls","owner":"apex","description":"Polls for user feedback in GitHub issues","archived":false,"fork":false,"pushed_at":"2019-09-05T14:38:29.000Z","size":54,"stargazers_count":1765,"open_issues_count":23,"forks_count":95,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-08T15:06:01.013Z","etag":null,"topics":["feedback","github","issues","poll","polls","up","vote","votes","voting"],"latest_commit_sha":null,"homepage":"https://gh-polls.com/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apex.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"tj"}},"created_at":"2017-07-03T00:02:51.000Z","updated_at":"2025-03-22T20:14:33.000Z","dependencies_parsed_at":"2022-09-06T07:01:51.572Z","dependency_job_id":null,"html_url":"https://github.com/apex/gh-polls","commit_stats":null,"previous_names":["tj/gh-polls"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apex%2Fgh-polls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apex%2Fgh-polls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apex%2Fgh-polls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apex%2Fgh-polls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apex","download_url":"https://codeload.github.com/apex/gh-polls/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254471060,"owners_count":22076585,"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":["feedback","github","issues","poll","polls","up","vote","votes","voting"],"created_at":"2024-07-30T17:00:43.735Z","updated_at":"2025-05-16T05:04:40.190Z","avatar_url":"https://github.com/apex.png","language":"Go","funding_links":["https://github.com/sponsors/tj"],"categories":["Go","Go (531)","工具"],"sub_categories":["调试"],"readme":"# GitHub Polls\n\nUser polls for GitHub powered by [Up](https://github.com/apex/up).\n\n[![](https://api.gh-polls.com/poll/01BM2T00TMSDTZWJ1RP6TQF200/Option%20A)](https://api.gh-polls.com/poll/01BM2T00TMSDTZWJ1RP6TQF200/Option%20A/vote)\n[![](https://api.gh-polls.com/poll/01BM2T00TMSDTZWJ1RP6TQF200/Option%20B)](https://api.gh-polls.com/poll/01BM2T00TMSDTZWJ1RP6TQF200/Option%20B/vote)\n[![](https://api.gh-polls.com/poll/01BM2T00TMSDTZWJ1RP6TQF200/Option%20C)](https://api.gh-polls.com/poll/01BM2T00TMSDTZWJ1RP6TQF200/Option%20C/vote)\n\n## About\n\nThese polls work by pasting individual markdown SVG images into your issue, each wrapped with a link that tracks a vote. A single vote per IP is allowed for a given poll, which are stored in DynamoDB.\n\nWhat do they look like? The poll above is live, click one out and give it a try! You can create your own [online](https://app.gh-polls.com/) or via the `polls` CLI.\n\n## Installation\n\nVia `go get`:\n\n```\n$ go get github.com/apex/gh-polls/cmd/polls\n```\n\nThen create your own poll with `polls new`, the markdown is copied to your clipboard.\n\n## Usage\n\nCreate a new poll for who is the best ferret.\n\n```\n$ polls new Tobi Loki Jane\n```\n\n[![](https://api.gh-polls.com/poll/01BM2ZHFZXYKQV9N3HNFXCBH3N/Tobi)](https://api.gh-polls.com/poll/01BM2ZHFZXYKQV9N3HNFXCBH3N/Tobi/vote)\n[![](https://api.gh-polls.com/poll/01BM2ZHFZXYKQV9N3HNFXCBH3N/Loki)](https://api.gh-polls.com/poll/01BM2ZHFZXYKQV9N3HNFXCBH3N/Loki/vote)\n[![](https://api.gh-polls.com/poll/01BM2ZHFZXYKQV9N3HNFXCBH3N/Jane)](https://api.gh-polls.com/poll/01BM2ZHFZXYKQV9N3HNFXCBH3N/Jane/vote)\n\nCreate a new poll for the best species:\n\n```\n$ polls new \"Cats are cool\" \"Dogs are better\" \"Ferrets for the win\"\n```\n\n[![](https://api.gh-polls.com/poll/01BM2ZHPN7BA19X15SQDGX4D88/Cats%20are%20cool)](https://api.gh-polls.com/poll/01BM2ZHPN7BA19X15SQDGX4D88/Cats%20are%20cool/vote)\n[![](https://api.gh-polls.com/poll/01BM2ZHPN7BA19X15SQDGX4D88/Dogs%20are%20better)](https://api.gh-polls.com/poll/01BM2ZHPN7BA19X15SQDGX4D88/Dogs%20are%20better/vote)\n[![](https://api.gh-polls.com/poll/01BM2ZHPN7BA19X15SQDGX4D88/Ferrets%20for%20the%20win)](https://api.gh-polls.com/poll/01BM2ZHPN7BA19X15SQDGX4D88/Ferrets%20for%20the%20win/vote)\n\n## Statistics\n\nGitHub poll API statistics powered by [Up](https://github.com/apex/up).\n\n![](https://q3qxtefzqa.execute-api.us-west-2.amazonaws.com/production/timeseries/start:-1M/title:Requests/max-points:750)\n\n![](https://q3qxtefzqa.execute-api.us-west-2.amazonaws.com/production/timeseries/title:Latency/start:-1M/metric:Latency/stat:Average/x-suffix:%20ms/max-points:750)\n\n---\n\n[![GoDoc](https://godoc.org/github.com/apex/gh-polls?status.svg)](https://godoc.org/github.com/apex/gh-polls)\n![](https://img.shields.io/badge/license-MIT-blue.svg)\n![](https://img.shields.io/badge/status-experimental-orange.svg)\n\n\u003ca href=\"https://apex.sh\"\u003e\u003cimg src=\"http://tjholowaychuk.com:6000/svg/sponsor\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapex%2Fgh-polls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapex%2Fgh-polls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapex%2Fgh-polls/lists"}