https://github.com/3kh0/tg-relay
dead simple telegram message relay for webhooks and other services.
https://github.com/3kh0/tg-relay
telegram
Last synced: 6 days ago
JSON representation
dead simple telegram message relay for webhooks and other services.
- Host: GitHub
- URL: https://github.com/3kh0/tg-relay
- Owner: 3kh0
- Created: 2026-05-17T18:32:09.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-03T12:46:30.000Z (about 1 month ago)
- Last Synced: 2026-06-03T14:21:46.738Z (about 1 month ago)
- Topics: telegram
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tg-relay
dead simple telegram message relay for webhooks and other services. useful for notifications and alerts from services that don't have native telegram support.
## usage
deployment can be done via coolify with the provided Dockerfile, fill out the env vars and deploy. you can also run it locally with `go run main.go`.
```sh
curl -X POST https://example.com -d '{"message":"fart"}'
```