mirror of
https://github.com/zhigang1992/telert.git
synced 2026-01-12 08:24:41 +08:00
codex/create-documentation-site
Telert
Telert is a Cloudflare Worker that lets you send rich notifications to your Telegram chats using simple webhook calls.
Features
- Generate unique webhooks for your chats with a single
/webhookcommand - Send plain text or richly formatted messages
- Upload files directly from a webhook
- Flexible mapping of JSON payloads to message fields
Getting Started
- Clone this repository and install dependencies with
pnpm install. - Copy
wrangler.toml.exampletowrangler.tomland fill in the required values. - Run
pnpm startto start a local development server. - Add
@telerts_botto your group and run/webhookto receive your webhook URL. - Send POST requests to the webhook URL to deliver notifications to the chat.
For detailed usage examples and API reference, see the documentation site.
Deployment
Deploy your worker to Cloudflare with:
pnpm deploy
Ensure your account has a KV namespace configured and that the environment variables listed in wrangler.toml are provided.
Description
Languages
HTML
58.2%
TypeScript
41.8%