https://github.com/adaptive/cloudflare-telegram
Notification Worker for Telegram
https://github.com/adaptive/cloudflare-telegram
Last synced: about 1 year ago
JSON representation
Notification Worker for Telegram
- Host: GitHub
- URL: https://github.com/adaptive/cloudflare-telegram
- Owner: adaptive
- License: mit
- Created: 2022-06-06T11:38:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T05:38:48.000Z (almost 4 years ago)
- Last Synced: 2024-05-02T05:49:38.970Z (about 2 years ago)
- Language: JavaScript
- Size: 477 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Notification Worker for Telegram
Webhook to integrate with Telegram Bot API, connecting Cloudflare and send notifications to Telegram.
## 🛠️ Usage
_Webhook_
Set up a webhook on your Cloudflare Notifications and point it to the following URL:
https://cloudflare-telegram.adaptive.workers.dev/telegram/:user
_API Tests Keys as your Webhook Secret_
46b05bb8-8a5e-4f09-9ed3-5f58ff3bc972
5d5d59b3-2090-4941-a05b-445b444dfbb5
9587a8e7-26fd-45a0-9386-6b3ae85283de
c8c685-ee25-4273-8690-9d34bdfacd26
e8b2d730-c4c3-467d-8b17-ca7d5dc8ff58
_If using your own bot, setup Enviroment Variable TeleramToken with your bot token_
### [DEMO Screenshots](demo)
## 🥰 [Cloudflare Developer Spring Challenge](https://challenge.developers.cloudflare.com/)
- [x] Cloudflare Workers (The App)
- [x] Cloudflare Workers KV (API Keys Storage)
- [x] Durable Objects (Rate Limiter)
## 🌍 [Cloudflare Workers®](https://workers.cloudflare.com/)
> Cloudflare Workers provides a serverless execution environment that allows you to create entirely new applications or augment existing ones without configuring or maintaining infrastructure.
## 💾 [Cloudflare Workers KV](https://www.cloudflare.com/products/workers-kv/)
> Cloudflare Workers KV provides access to a secure low latency key-value store at all of the data centers in Cloudflare's global network.
## ⏱️ [Durable Objects](https://pages.cloudflare.com/)
> Durable Objects provide low-latency coordination and consistent storage for the Workers platform through two features: global uniqueness and a transactional storage API.
## 🧡 Future
Connected notification services today only supports PagerDuty, with this Spring Challenge Cloudflare Worker Telegram can be a great addition. Notifications Team wanna talk?!