~edwargix/msc-link-bot

a re-write of @msclinkbot:matrix.org with support for encrypted rooms
68356675 — David Florness 1 year, 7 months ago
Bump dependencies
03c79fc5 — David Florness 1 year, 9 months ago
Don't send the same MSC more than once in the same message
8bd53cd3 — David Florness 1 year, 11 months ago
Clarify comment

refs

master
browse  log 

clone

read-only
https://git.hnitbjorg.xyz/~edwargix/msc-link-bot
read/write
git@git.hnitbjorg.xyz:~edwargix/msc-link-bot

You can also use your local clone with git send-email.

This is a re-write of @msclinkbot:matrix.org in golang with support for encrypted rooms with the help of https://maunium.net/go/mautrix.

#Usage

# will create ./msc-link-bot
make

export HOMESERVER=https://matrix.example.org
export USER_ID=@msclinkbot:example.org
export DEVICE_ID=FWQXHAAVLA
export ACCESS_TOKEN=<super_secret_access_token>

# crypto keys will be stored in ./crypto.db
./msc-link-bot

Those looking to use docker should see contrib/README.md