{"id":15684925,"url":"https://github.com/erfanium/cybot","last_synced_at":"2026-02-19T05:03:02.660Z","repository":{"id":114227469,"uuid":"367997953","full_name":"erfanium/cybot","owner":"erfanium","description":"Simple framework to create conversational telegram bots","archived":false,"fork":false,"pushed_at":"2021-05-16T22:52:53.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T15:02:24.009Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/erfanium.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":"2021-05-16T22:30:40.000Z","updated_at":"2021-05-16T22:52:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"86eaf832-54f7-4694-86b4-5b4232bb349b","html_url":"https://github.com/erfanium/cybot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/erfanium/cybot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erfanium%2Fcybot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erfanium%2Fcybot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erfanium%2Fcybot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erfanium%2Fcybot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erfanium","download_url":"https://codeload.github.com/erfanium/cybot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erfanium%2Fcybot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019293,"owners_count":26086709,"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-10-14T02:00:06.444Z","response_time":60,"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":[],"created_at":"2024-10-03T17:22:26.607Z","updated_at":"2025-10-14T15:06:14.223Z","avatar_url":"https://github.com/erfanium.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# cybot\nSimple framework to create conversational telegram bots\n\n## Stage: Idea\n\n## Example:\n```ts\nasync function Home(user: User) {\n   const { result: musician } = await ask.text(`Hi ${user.name}! What is your favorite musician?`)\n   const { result: song } = await ask.text(`Which song of ${musician} do you like most?`)\n   const result = await ask.button(`Do you like ${musician}'s latest album?`, ['Yes', 'No'])\n   if (result === 'Yes') {\n     // ...\n   }\n}\n\nbot.command('/start', Home)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferfanium%2Fcybot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferfanium%2Fcybot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferfanium%2Fcybot/lists"}