A Matrix-GroupMe puppeting bridge
This version is forked from the Beeper/groupme fork. This version doesn't function correctly as the login
process doesn't work.
This requires the libolm-dev
library.
To install libolm-devel:
sudo dnf install libolm-devel
to build:
./build.sh
Then run the binary to generate the configuration file and registration files
./groupme -g
after adjusting the configuration file and configuring your matrix server to use the registration file,
run the bridge with ./groupme
Matrix room: #groupme-go-bridge:malhotra.cc
Forked from https://github.com/karmanyaahm/matrix-groupme-go which was archived.