mirror of
https://github.com/FAUSheppy/telegram-http-gateway
synced 2025-12-06 07:01:36 +01:00
fix some typos
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# HTTP->Telegram Gateway Notification Service
|
# HTTP->Telegram Gateway Notification Service
|
||||||
Simplistic server that connect to a Telegram bot, takes messages via *POST*-requests containing json encoded data and sends them to all clients that are subscribed
|
Simplistic server which connects to a Telegram bot, takes messages via *POST*-requests containing json encoded data and sends them to all clients subscribed.
|
||||||
|
|
||||||
# Telegram Setup
|
# Telegram Setup
|
||||||
- create a bot as described [here](https://core.telegram.org/bots)
|
- create a bot as described [here](https://core.telegram.org/bots)
|
||||||
@@ -31,5 +31,3 @@ The following locations are supported:
|
|||||||
# Example (curl)
|
# Example (curl)
|
||||||
|
|
||||||
curl -X POST -H "Content-Type: application/json" --data '{"message":"hallo world"}' localhost:5000/send-all
|
curl -X POST -H "Content-Type: application/json" --data '{"message":"hallo world"}' localhost:5000/send-all
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user