{"id":23101246,"url":"https://github.com/unmaintainedprojects/keyboard","last_synced_at":"2025-08-01T05:06:35.531Z","repository":{"id":57628870,"uuid":"405636641","full_name":"UnmaintainedProjects/keyboard","owner":"UnmaintainedProjects","description":"Build reply markup keyboards easier than ever.","archived":false,"fork":false,"pushed_at":"2021-09-13T07:44:08.000Z","size":5,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-03T00:13:22.888Z","etag":null,"topics":["go","gotgbot","telegram"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UnmaintainedProjects.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":"2021-09-12T12:32:58.000Z","updated_at":"2025-06-21T02:54:57.000Z","dependencies_parsed_at":"2022-09-26T20:10:49.012Z","dependency_job_id":null,"html_url":"https://github.com/UnmaintainedProjects/keyboard","commit_stats":null,"previous_names":["gotgbot/keyboard","unmaintainedprojects/keyboard","my-abandoned-projects/keyboard"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/UnmaintainedProjects/keyboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnmaintainedProjects%2Fkeyboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnmaintainedProjects%2Fkeyboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnmaintainedProjects%2Fkeyboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnmaintainedProjects%2Fkeyboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UnmaintainedProjects","download_url":"https://codeload.github.com/UnmaintainedProjects/keyboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnmaintainedProjects%2Fkeyboard/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268171959,"owners_count":24207437,"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-08-01T02:00:08.611Z","response_time":67,"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":["go","gotgbot","telegram"],"created_at":"2024-12-16T23:50:57.441Z","updated_at":"2025-08-01T05:06:35.475Z","avatar_url":"https://github.com/UnmaintainedProjects.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gotgbot keyboard\n\nBuild reply markup keyboards easier than ever.\n\n## Installation\n\n```bash\ngo get github.com/gotgbot/keyboard\n```\n\n## Docs\n\n[go.dev](https://pkg.go.dev/github.com/gotgbot/keyboard)\n\n## Example\n\n### Inline\n\n```go\nimport \"github.com/gotgbot/keyboard\"\n\n...\n\nquery := \"query\"\n\nctx.Message.Reply(\n    b,\n    \"text\",\n    \u0026gotgbot.SendMessageOpts{\n        ReplyMarkup: new(\n            keyboard.InlineKeyboard,\n        ).Text(\n            \"text\",\n            \"callback data\",\n        ).Url(\n            \"text\",\n            \"https://github.com/gotgbot/keyboard\",\n        ).Row(\n        ).SwitchInline(\n            \"text\",\n            \u0026query,\n        ).Build()\n    }\n)\n```\n\n### Reply\n\n```go\nimport \"github.com/gotgbot/keyboard\"\n\n...\n\nctx.Message.Reply(\n    b,\n    \"text\",\n    \u0026gotgbot.SendMessageOpts{\n        ReplyMarkup: new(\n            keyboard.Keyboard,\n        ).Text(\n            \"text\",\n        ).RequestContact(\n            \"text\",\n        ).Row(\n        ).RequestPoll(\n            \"text\",\n            \"type\",\n        ).Build()\n    }\n)\n```\n\n## Credits\n\n- [grammY framework](https://github.com/grammyjs/grammY)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funmaintainedprojects%2Fkeyboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funmaintainedprojects%2Fkeyboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funmaintainedprojects%2Fkeyboard/lists"}