Ecosyste.ms: Awesome
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: 16 days ago
JSON representation
Template code for creating a Telegram bot using Bun.sh, grammY and TypeScript.
- Host: GitHub
- URL: https://github.com/sh0tx420/telegrambot-base
- Owner: sh0tx420
- License: apache-2.0
- Created: 2024-08-08T18:09:24.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T15:44:55.000Z (3 months ago)
- Last Synced: 2024-10-16T11:05:35.475Z (about 1 month ago)
- Topics: bun, bunjs, conventional-commits, grammy, semver, telegram, telegram-bot, template, typescript
- Language: TypeScript
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`