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.
- Host: GitHub
- URL: https://github.com/tbxark/telegram-bot-workers-template
- Owner: TBXark
- License: mit
- Created: 2024-09-01T03:19:10.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-25T02:02:28.000Z (about 1 year ago)
- Last Synced: 2025-01-19T21:43:21.988Z (9 months ago)
- Topics: cloudflare-workers, telegram, telegram-bot, template
- Language: TypeScript
- Homepage: https://t.me/cloudflareworkerstemplate_bot
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.