https://github.com/pagpeter/lametricmatrixbridge
Notifies you about new matrix messages on your LaMetric Time (https://lametric.com/en-US)
https://github.com/pagpeter/lametricmatrixbridge
lametric lametric-time matrix-bridge matrix-org
Last synced: about 2 months ago
JSON representation
Notifies you about new matrix messages on your LaMetric Time (https://lametric.com/en-US)
- Host: GitHub
- URL: https://github.com/pagpeter/lametricmatrixbridge
- Owner: pagpeter
- Created: 2022-01-15T14:38:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-15T15:58:25.000Z (about 4 years ago)
- Last Synced: 2024-10-09T11:07:56.688Z (over 1 year ago)
- Topics: lametric, lametric-time, matrix-bridge, matrix-org
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Matrix -> LaMetric Time bridge
This small golang app notifies you about new messages on your [LaMetric Time](https://lametric.com/en-US). 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.
## Installation
You need to make sure that you have `go` installed.
```sh
git clone https://github.com/wwhtrbbtt/LaMetricMatrixBridge
cd LaMetricMatrixBridge/
go build -o builds/bridge *.go
```
The binary can be run using
```sh
./builds/bridge
```
## Setup
1. Rename the `config.example.yaml` file to `config.yaml`
2. Fill out the values
3. (Optionally) set up a whitelist or a blacklist, to exclude big rooms or to get notified about some people.
## TODO
- [] Add e2ee support
- [] Make message customizable
- [] Add prebuilt binaries