Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monska85/telegram-gateway
Telegram Gateway is a Go HTTP server which exchanges Telegram messages over the HTTP protocol.
https://github.com/monska85/telegram-gateway
docker go golang telegram telegram-bot-api
Last synced: about 7 hours ago
JSON representation
Telegram Gateway is a Go HTTP server which exchanges Telegram messages over the HTTP protocol.
- Host: GitHub
- URL: https://github.com/monska85/telegram-gateway
- Owner: Monska85
- License: gpl-3.0
- Created: 2024-05-23T21:15:52.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-29T22:39:19.000Z (5 months ago)
- Last Synced: 2024-05-30T13:51:17.660Z (5 months ago)
- Topics: docker, go, golang, telegram, telegram-bot-api
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Telegram Gateway
Telegram Gateway is a Go HTTP server which exchanges Telegram messages over the HTTP protocol.
The idea is to provide a simple way to send and receive messages from/to Telegram without the need to use the Telegram API, but instead using a simple HTTP request. Of course, you need to protect the access to this server because it has access as your Telegram bot: whoever can post messages to this server, can send messages as your bot. At the same time, this makes very simple to integrate Telegram notifications in your applications, whatever the language they are written in.