An open API service indexing awesome lists of open source software.

https://github.com/sh0tx420/telegrambot-base

Template code for creating a Telegram bot using Bun.sh, grammY and TypeScript.
https://github.com/sh0tx420/telegrambot-base

bun bunjs conventional-commits grammy semver telegram telegram-bot template typescript

Last synced: 3 months ago
JSON representation

Template code for creating a Telegram bot using Bun.sh, grammY and TypeScript.

Awesome Lists containing this project

README

          

# telegrambot-base

Template code for creating a Telegram bot using [Bun.sh](https://bun.sh/), [grammY](https://grammy.dev/) and [TypeScript](https://www.typescriptlang.org/).

### Features
- 🧨 Dynamic command loading
- 🎨 Colorful logging
- ✨ Modern technologies (ES2022, Bun)

### Usage
- Click 'Use this template' -> Create a new repository
- Clone the repository you created
- Install the dependencies: `bun install`
- Make your modifications
- Run the bot: `bun run start`