Slack2gram is an application to forward chat messages from Slack to Telegram channels. Is supports message routing, so one single bot could be used to do forwarding for many channels. Slack2gram was developed for those, who using Slack as a primary corporate or team communication solution, but does not want to have Slack installed on their mobile devices. Using Slack2gram they can recieve Slack chat messages in Telegram channels.
Usage:
docker run -d -v $(pwd)/routing.conf:/app/routing.conf \
-e SLACK_BOT_TOKEN=${SLACK_BOT_TOKEN} \
-e SLACK_APP_TOKEN=${SLACK_APP_TOKEN} \
-e TG_BOT_TOKEN=${TG_BOT_TOKEN} baber/slack2gram:latest
More details: https://github.com/axelaris/slack2gram
Content type
Image
Digest
Size
338.1 MB
Last updated
over 4 years ago
docker pull baber/slack2gram