An open API service indexing awesome lists of open source software.

https://github.com/ivan1993spb/telegram-pusher-hub

Telegram bot-aggregator for pushing messages into channel
https://github.com/ivan1993spb/telegram-pusher-hub

aggregator telegram telegram-bot-api

Last synced: about 2 months ago
JSON representation

Telegram bot-aggregator for pushing messages into channel

Awesome Lists containing this project

README

          

# telegram-pusher-hub

1. Create new bot using [@BotFather](//t.me/BotFather)
2. Create new channel
3. Create bot to channel admins
4. Start **telegram-pusher-hub**: `docker run --rm --net=host ivan1993spb/telegram-pusher-hub --channel_username=@ --token=`

Tests:

```
curl -X POST -d "text=text bold ok" -d parse_mode=HTML http://localhost:8080/api/v1/message
curl -X POST -d "text=text *bold* MD" -d parse_mode=Markdown http://localhost:8080/api/v1/message
```

For details see `docker run --rm ivan1993spb/telegram-pusher-hub --help`