{"id":26387043,"url":"https://github.com/uo1428/grammy-bunjs-telegram-bot","last_synced_at":"2026-05-19T00:35:42.005Z","repository":{"id":282680252,"uuid":"949323446","full_name":"Uo1428/grammy-bunjs-telegram-bot","owner":"Uo1428","description":"✅ Advance \u0026 Fully customizable telegram bot telegram build with latest \u0026 new tech","archived":false,"fork":false,"pushed_at":"2025-03-16T08:17:30.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T09:22:38.945Z","etag":null,"topics":["bot-telegram","bunjs","bunjs-telegram-bot","grammy-bot","grammy-bot-template","grammy-telegram-bot","tele-bot","telegraf-bot","telegram-bot","telegram-bot-template","telegram-forwarder","telegram-framework","telegram-framework-bot","telegram-webapp","template-telegram-bot","ts-telegram-bot","uoaio"],"latest_commit_sha":null,"homepage":"https://patreon.com/uoaio","language":"TypeScript","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/Uo1428.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-03-16T07:24:55.000Z","updated_at":"2025-03-16T08:21:55.000Z","dependencies_parsed_at":"2025-03-16T09:22:41.811Z","dependency_job_id":"7b22dc0c-7917-4da4-b0e6-784407d2fc79","html_url":"https://github.com/Uo1428/grammy-bunjs-telegram-bot","commit_stats":null,"previous_names":["uo1428/grammy-bunjs-telegram-bot"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uo1428%2Fgrammy-bunjs-telegram-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uo1428%2Fgrammy-bunjs-telegram-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uo1428%2Fgrammy-bunjs-telegram-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uo1428%2Fgrammy-bunjs-telegram-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Uo1428","download_url":"https://codeload.github.com/Uo1428/grammy-bunjs-telegram-bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243997126,"owners_count":20380981,"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":["bot-telegram","bunjs","bunjs-telegram-bot","grammy-bot","grammy-bot-template","grammy-telegram-bot","tele-bot","telegraf-bot","telegram-bot","telegram-bot-template","telegram-forwarder","telegram-framework","telegram-framework-bot","telegram-webapp","template-telegram-bot","ts-telegram-bot","uoaio"],"created_at":"2025-03-17T08:21:06.001Z","updated_at":"2026-05-19T00:35:41.993Z","avatar_url":"https://github.com/Uo1428.png","language":"TypeScript","funding_links":["https://patreon.com/uoaio"],"categories":[],"sub_categories":[],"readme":"# Grammy.js Telegram Bot Template (Bun + TypeScript)\n\nA minimal, structured template for building Telegram bots with grammy.js on Bun, using TypeScript. Includes modular commands, actions, and conversations out of the box.\n\n[![Fiverr](https://img.shields.io/badge/Hire%20me%20on-Fiverr-1DBF73?logo=fiverr\u0026logoColor=white)](https://fiverr.com/aryanali945)\n[![Discord](https://img.shields.io/badge/Discord-Join-5865F2?logo=discord\u0026logoColor=white)](https://discord.uoaio.xyz)\n[![GitHub](https://img.shields.io/badge/GitHub-uo1428-181717?logo=github\u0026logoColor=white)](https://github.com/uo1428)\n[![Patreon](https://img.shields.io/badge/Support-Patreon-F96854?logo=patreon\u0026logoColor=white)](https://patreon.com/uoaio)\n[![YouTube](https://img.shields.io/badge/YouTube-Subscribe-FF0000?logo=youtube\u0026logoColor=white)](https://youtube.com/@uoaio)\n\n---\n\n## Features\n- **TypeScript + Bun**: Fast runtime with type safety.\n- **Modular structure**: Commands, Actions, Conversations.\n- **Useful middlewares**: hydrate, emoji, parse-mode, sessions.\n- **Ready to run**: Single `bun start` script.\n\n---\n\n## Quick Start\n1. **Install Bun**: https://bun.sh\n2. **Install deps**:\n   ```bash\n   bun install\n   ```\n3. **Configure env**: Create a `.env` in the project root\n   ```env\n   BOT_TOKEN=your_telegram_bot_token\n   ```\n4. **Run**:\n   ```bash\n   bun start\n   ```\n\n---\n\n## Project Structure\n```txt\n.\n├── config/                # Env/config management\n├── src/\n│  ├── Actions/            # Callback query handlers\n│  ├── Commands/           # Bot commands (e.g. /start)\n│  ├── Conversations/      # Multi-step flows\n│  ├── Database/           # DB entry (placeholder)\n│  ├── utils/              # Client loaders, helpers, types\n│  └── index.ts            # App entry\n├── package.json           # Scripts \u0026 deps\n└── tsconfig.json          # TS config\n```\n\n---\n\n## Credit\n- Coded by: https://github.com/uo1428\n\n\u003cdiv align=\"center\"\u003e\n  \u003cp\u003eIf this template helps, please leave a star ⭐\u003c/p\u003e\n\u003c/div\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuo1428%2Fgrammy-bunjs-telegram-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuo1428%2Fgrammy-bunjs-telegram-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuo1428%2Fgrammy-bunjs-telegram-bot/lists"}