This small golang app notifies you about new messages on your LaMetric Time. This should be run on a Raspberry Pi or something similiar, but can also be run on your main PC.
It works on Windows, MacOS and Linux.
You need to make sure that you have go installed.
git clone https://github.com/wwhtrbbtt/LaMetricMatrixBridge
cd LaMetricMatrixBridge/
go build -o builds/bridge *.goThe binary can be run using
./builds/bridge- Rename the
config.example.yamlfile toconfig.yaml - Fill out the values
- (Optionally) set up a whitelist or a blacklist, to exclude big rooms or to get notified about some people.
- [] Add e2ee support
- [] Make message customizable
- [] Add prebuilt binaries