Crates.io | gitter-slack |
lib.rs | gitter-slack |
version | 0.1.1 |
source | src |
created_at | 2017-08-26 08:13:51.665495 |
updated_at | 2017-08-29 17:03:30.646029 |
description | One-way relay from Gitter to Slack |
homepage | https://github.com/dahlia/gitter-slack |
repository | https://github.com/dahlia/gitter-slack |
max_upload_size | |
id | 29227 |
size | 47,664 |
gitter-slack
: One-way relay from Gitter to SlackRelay chat messages from Gitter to Slack.
You can download a prebuilt executable binary (for Linux and macOS) from
the releases page. Of course, you need to give +x
to it.
It's statically linked and mostly standalone:
$ gitter-slack GITTER_ACCESS_TOKEN GITTER_ROOM SLACK_WEBHOOK_URL
You can get/determine these arguments through the following ways:
GITTER_ACCESS_TOKEN
: Gitter Developer ProgramGITTER_ROOM
: A displayed room name on the All Conversations side bar
(e.g. dahlia/gitter-slack
)SLACK_WEBHOOK_URL
: Slack Incoming WebHooksDistributed under AGPLv3 or later.
Released on August 30, 2017.
Messages became to be trimed.
Initial release. Released on August 26, 2017.