https://github.com/arborchat/arbormost
[legacy] Arbor to MatterMost bridge
https://github.com/arborchat/arbormost
Last synced: 5 months ago
JSON representation
[legacy] Arbor to MatterMost bridge
- Host: GitHub
- URL: https://github.com/arborchat/arbormost
- Owner: arborchat
- Created: 2018-11-27T02:11:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T00:05:57.000Z (about 7 years ago)
- Last Synced: 2025-10-09T06:22:12.758Z (8 months ago)
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ArborMost
A one-way bridge that relays arbor messages from an arbor server onto a mattermost server.
There is no way to reply to the arbor messages except by joining the arbor server on which
they were sent.
You can get information about the Arbor project [here](https://man.sr.ht/~whereswaldon/arborchat/).
Install:
```
# the mattermost codebase is huge, and this uses part of it. Download may take some time
go get -v -u github.com/arborchat/arbormost
```
Example usage:
```
arbormost -username -password -team -channel -url -arbor-address
```
Note that `team` and `channel` are specified in their URL-safe format. Look at the URL of a
channel in Mattermost to find its team and channel. They'll look something like:
`https://example.com/teamName/channels/channelName`