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
- Host: GitHub
- URL: https://github.com/ivan1993spb/telegram-pusher-hub
- Owner: ivan1993spb
- License: mit
- Created: 2018-01-27T13:17:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T16:30:21.000Z (over 8 years ago)
- Last Synced: 2025-11-15T16:03:56.268Z (8 months ago)
- Topics: aggregator, telegram, telegram-bot-api
- Language: Go
- Homepage:
- Size: 828 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`