Everything in the world can be integrated with Slack Telegram.
Slackingbird provides webhooks compatible with Slack webhooks so anything you integrate into the Slack with webhooks now can be integrated into the Telegram.
- A bot and its token
- Publicly accessible server
- If you want to build Slackingbird from source, you will need Leiningen 2.0.0 or above installed.
Slackingbird is configured via environment variables:
SB_TELEGRAM_BOT_TOKEN
— token of a botSB_BASE_URL
— base domain name of the server Slackingbird deployed to. Slackingbird using this string to respond to the/hook
command only
$ docker run -d -p 3000:3000 -e "SB_TELEGRAM_BOT_TOKEN=<token>" -e "SB_BASE_URL=https://<base-url>" sdfgh153/slackingbird
$ git clone https://github.com/semka/slackingbird.git
$ cd slackingbird
$ export SB_SB_TELEGRAM_BOT_TOKEN=<token>
$ export SB_BASE_URL=https://<base-url>
$ lein ring server
Add your bot to the group and fire /hook
command. Bot will reply with webhook URL for this group.