{"id":20945173,"url":"https://github.com/tbxark/telegram-router","last_synced_at":"2026-02-21T10:02:54.509Z","repository":{"id":255436996,"uuid":"850248840","full_name":"TBXark/telegram-router","owner":"TBXark","description":"A simple javascript library that helps you to route messages from telegram bot to your application.","archived":false,"fork":false,"pushed_at":"2025-09-11T02:11:43.000Z","size":423,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T09:52:58.118Z","etag":null,"topics":["router","telegram","telegram-bot","telegram-bot-app"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/TBXark.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,"zenodo":null}},"created_at":"2024-08-31T09:03:27.000Z","updated_at":"2025-02-12T05:21:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"d803b9da-b7ff-4e5d-82f5-a8e08de1a3ed","html_url":"https://github.com/TBXark/telegram-router","commit_stats":null,"previous_names":["tbxark/telegram-router"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TBXark/telegram-router","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBXark%2Ftelegram-router","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBXark%2Ftelegram-router/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBXark%2Ftelegram-router/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBXark%2Ftelegram-router/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TBXark","download_url":"https://codeload.github.com/TBXark/telegram-router/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TBXark%2Ftelegram-router/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29679049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T09:33:50.764Z","status":"ssl_error","status_checked_at":"2026-02-21T09:33:19.949Z","response_time":107,"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":["router","telegram","telegram-bot","telegram-bot-app"],"created_at":"2024-11-18T23:47:02.642Z","updated_at":"2026-02-21T10:02:54.490Z","avatar_url":"https://github.com/TBXark.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# telegram-router\n \n`telegram-router` is a simple javascript library that helps you to route messages from telegram bot to your application.\n\n\n## Installation\n\n```bash\nnpm install telegram-router\n```\n\n\n## Usage\n\n```typescript\n\nimport { TelegramRouter } from 'telegram-router'\n\nconst bot = new TelegramRouter\u003cResponse\u003e();\n\nbot.handleWith('/admin', UpdateType.Message, MatchType.Exact, async (update: Telegram.Update) =\u003e {\n    // handle message\n});\n\nbot.fetch(update);\n```\n\n\n## Example\n\n- [telegram-bot-workers-template](https://github.com/TBXark/telegram-bot-workers-template): The basic template for running a Telegram Bot on Cloudflare Workers.\n\n\n## License\n\n**telegram-router** is released under the MIT license. [See LICENSE](LICENSE) for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbxark%2Ftelegram-router","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftbxark%2Ftelegram-router","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbxark%2Ftelegram-router/lists"}