Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuchanns/flamebot
An Incomplete implementation of Telegram Bot SDK for Cloudflare
https://github.com/yuchanns/flamebot
Last synced: 15 days ago
JSON representation
An Incomplete implementation of Telegram Bot SDK for Cloudflare
- Host: GitHub
- URL: https://github.com/yuchanns/flamebot
- Owner: yuchanns
- License: mit
- Created: 2023-12-23T13:36:17.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-13T02:08:57.000Z (8 months ago)
- Last Synced: 2024-09-15T12:45:35.678Z (about 2 months ago)
- Language: TypeScript
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flamebot
[![npm version](https://badge.fury.io/js/@yuchanns%2Fflamebot.svg)](https://badge.fury.io/js/@yuchanns%2Fflamebot)
An Incomplete implementation of Telegram Bot SDK for Cloudflare.
## Why Develop Another Telegram Bot SDK?
While the Telegram Bot SDK NPM packages are excellent, they cannot be used in Cloudflare Workers due to their close association with the NodeJS runtime. As a result, I have **re-implemented** an incomplete SDK specifically for Cloudflare.
As I have limited time and energy, I have added features based on my own needs. However, anyone is welcome to submit Pull Requests if they require additional features.
## How to use
See [tests](./src/bots.test.ts)