Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dahlia/gitter-slack
One-way relay from Gitter to Slack
https://github.com/dahlia/gitter-slack
gitter rust slack slack-bot
Last synced: 2 days ago
JSON representation
One-way relay from Gitter to Slack
- Host: GitHub
- URL: https://github.com/dahlia/gitter-slack
- Owner: dahlia
- License: agpl-3.0
- Created: 2017-08-25T23:06:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-29T16:56:24.000Z (over 7 years ago)
- Last Synced: 2024-12-24T06:38:49.698Z (14 days ago)
- Topics: gitter, rust, slack, slack-bot
- Language: Rust
- Homepage: https://crates.io/crates/gitter-slack
- Size: 26.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
`gitter-slack`: One-way relay from Gitter to Slack
==================================================[![Cargo package][cargo-badge]][cargo]
[![Build status][travis-ci-badge]][travis-ci]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 Program][1]
- `GITTER_ROOM`: A displayed room name on the *All Conversations* side bar
(e.g. ``dahlia/gitter-slack``)
- `SLACK_WEBHOOK_URL`: [Slack Incoming WebHooks][2]Distributed under [AGPLv3][3] or later.
[cargo-badge]: https://img.shields.io/crates/v/gitter-slack.svg
[cargo]: https://crates.io/crates/gitter-slack
[travis-ci-badge]: https://travis-ci.org/dahlia/gitter-slack.svg?branch=master
[travis-ci]: https://travis-ci.org/dahlia/gitter-slack
[releases]: https://github.com/dahlia/gitter-slack/releases
[1]: https://developer.gitter.im/apps
[2]: https://spoqa.slack.com/apps/A0F7XDUAZ
[3]: https://www.gnu.org/licenses/agpl.htmlChangelog
---------### 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.