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

https://github.com/tbxark/telegram-bot-workers-template

The basic template for running a Telegram Bot on Cloudflare Workers.
https://github.com/tbxark/telegram-bot-workers-template

cloudflare-workers telegram telegram-bot template

Last synced: 7 months ago
JSON representation

The basic template for running a Telegram Bot on Cloudflare Workers.

Awesome Lists containing this project

README

          

# telegram-bot-workers-template

`telegram-bot-workers-template` is a simple typescript template that helps you to create telegram bot using Cloudflare Workers.

## Development kit

- [**telegram-router**](https://github.com/TBXark/telegram-router): A simple javascript library that helps you to route messages from telegram bot to your application.
- [**telegram-bot-api-types**](https://github.com/TBXark/telegram-bot-api-types): Telegram Bot API SDK compiled size is 0KB that only includes type definition files and jsdoc files.
- [**cloudflare-worker-adapter**](https://github.com/TBXark/cloudflare-worker-adapter): Run your script without Cloudflare Workers.

## LICENSE

**telegram-bot-workers-template** is released under the MIT license. [See LICENSE](LICENSE) for details.