2 releases
Uses old Rust 2015
0.1.1 | Aug 29, 2017 |
---|---|
0.1.0 | Aug 26, 2017 |
#23 in #room
17KB
283 lines
gitter-slack
: One-way relay from Gitter to Slack
Relay 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 WebHooks
Distributed under AGPLv3 or later.
Changelog
Version 0.1.1
Released on August 30, 2017.
- Messages became to be trimed.
Version 0.1.0
Initial release. Released on August 26, 2017.
Dependencies
~10–19MB
~251K SLoC