Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 16 days 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`