https://github.com/matrix-org/matrix-appservice-slack
A Matrix <--> Slack bridge
https://github.com/matrix-org/matrix-appservice-slack
bridge hacktoberfest matrix slack stable
Last synced: 8 days ago
JSON representation
A Matrix <--> Slack bridge
- Host: GitHub
- URL: https://github.com/matrix-org/matrix-appservice-slack
- Owner: matrix-org
- License: apache-2.0
- Created: 2015-09-17T15:48:43.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2025-01-06T09:14:52.000Z (3 months ago)
- Last Synced: 2025-04-01T11:06:21.712Z (15 days ago)
- Topics: bridge, hacktoberfest, matrix, slack, stable
- Language: TypeScript
- Homepage:
- Size: 6.07 MB
- Stars: 279
- Watchers: 33
- Forks: 73
- Open Issues: 209
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-matrix - matrix-appservice-slack
README
# matrix-appservice-slack
[](https://hub.docker.com/r/matrixdotorg/matrix-appservice-slack)
[](https://matrix.to/#/#slack:half-shot.uk)
[](https://matrix-appservice-slack.readthedocs.io/en/latest/?badge=latest)A bridge that connects [Matrix](https://matrix.org) and [Slack](https://slack.com).
The bridge is considered **stable** and mature for use in production
environments.
## Requirements
Hosting this bridge requires you to have a Matrix homeserver. In order to
connect a Slack Workspace to your bridge, you will need permission to add bots
to it. You will also need Node.JS 16+ or Docker on your system.**NOTE:** Slack has introduced a new type of 'Slack App', which is not compatible with this bridge. Instead, you will need to [create a "Classic Slack App"](https://api.slack.com/apps?new_classic_app=1) for this bridge. Existing installations will not need to modify their setups, as all pre-existing Slack apps became Classic Slack apps. We are looking to make the bridge compatible with both types, but in the meantime please only use Classic Slack Apps.
## Setting up
See [the getting started docs](https://matrix-appservice-slack.rtfd.io/en/latest/getting_started)
for instructions on how to set up the bridge.## Helping out
This bridge is a community project and welcomes issues and PRs from anyone who
has the time to spare. If you want to work on the bridge, please see
[CONTRIBUTING.md](https://github.com/matrix-org/matrix-appservice-slack/blob/develop/CONTRIBUTING.md).