A Matrix-GroupMe puppeting bridge
Go to file
watsonb8 f6e32ec435
Some checks failed
Build and Publish Docker Image / Build and Publish Docker (push) Failing after 36s
Adding ci yaml
2024-06-07 10:14:09 -05:00
.gitea/workflows Adding ci yaml 2024-06-07 10:14:09 -05:00
.github/workflows Got the bridge bot to respond to me 2022-10-21 17:27:15 -05:00
.run WIP 2023-09-04 17:24:33 -05:00
config Using new groupme-lib with fayec websocket client 2023-09-19 17:10:41 -05:00
database Using new groupme-lib with fayec websocket client 2023-09-19 17:10:41 -05:00
groupmeext Updating to latest groupme-lib which shares a single websocket for all faye subscriptions for all users 2023-09-20 17:04:49 -05:00
.drone.yaml Adding .drone.yaml 2023-09-12 19:24:12 -05:00
.editorconfig treewide: upgrading to latest mautrix standards 2022-10-21 16:06:39 -05:00
.gitignore Adding .drone.yaml 2023-09-12 19:24:12 -05:00
.pre-commit-config.yaml much more cleanup 2023-03-19 18:31:16 -06:00
bridgestate.go treewide: upgrading to latest mautrix standards 2022-10-21 16:06:39 -05:00
build.sh Include commit information in CI builds. Fixes #158 2020-06-03 20:32:53 +03:00
commands.go Redacting login args immediately 2023-09-15 14:57:55 -05:00
custompuppet.go Somewhat correctly setting up rooms and puppets 2023-09-07 14:01:41 -05:00
docker-compose.yaml Adding .drone.yaml 2023-09-12 19:24:12 -05:00
docker-run.sh Rename bridge to go-groupme 2021-09-16 14:44:40 -04:00
Dockerfile dockerfile: update to latest golang + alpine 2022-10-21 16:10:48 -05:00
example-config.yaml Working double puppeting 2023-09-12 18:39:33 -05:00
formatting.go WIP 2023-09-06 22:17:06 -05:00
go.mod Bump groupmelib 2023-09-25 15:40:27 -05:00
go.sum Bump groupmelib 2023-09-25 15:40:27 -05:00
LICENSE Initial commit 2018-08-12 22:26:05 +03:00
main.go Updating to latest groupme-lib which shares a single websocket for all faye subscriptions for all users 2023-09-20 17:04:49 -05:00
matrix.go treewide: upgrading to latest mautrix standards 2022-10-21 16:06:39 -05:00
messagetracking.go much more cleanup 2023-03-19 18:31:16 -06:00
metrics.go Using new groupme-lib with fayec websocket client 2023-09-19 17:10:41 -05:00
portal.go Using latest fayec which only sends events to the explicit user with matching token 2023-09-22 16:16:37 -05:00
provisioning.go much more cleanup 2023-03-19 18:31:16 -06:00
puppet.go Using new groupme-lib with fayec websocket client 2023-09-19 17:10:41 -05:00
README.md readme: add credit 2022-10-27 01:33:45 -06:00
ROADMAP.md much more cleanup 2023-03-19 18:31:16 -06:00
segment.go much more cleanup 2023-03-19 18:31:16 -06:00
user.go Using latest fayec which only sends events to the explicit user with matching token 2023-09-22 16:16:37 -05:00

Matrix GroupMe Go Bridge

A Matrix-GroupMe puppeting bridge

Features & Roadmap

Discussion

Matrix room: #groupme-go-bridge:malhotra.cc

Credits

Forked from https://github.com/karmanyaahm/matrix-groupme-go which was archived.