Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

ar1ja/trie-bot

Repository files navigation

This repository has been migrated to the self-hosted ari-web Forgejo instance: https://git.ari.lt/ari/trie-bot

Trie bot

A Matrix bot based off https://ari.lt/gh/libtrie

Importing Element chat exports

If you want to import an Element chat export (JSON) format, you can simply:

node import.mjs my-export.json ...

You may supply multiple exports.

Running

docker compose up -d

Or

npm i
make strip -j$(nproc)
su -c 'make install'
printf '' | ./bin/trie-update model.bin
npm run bot

Releases

No releases published

Packages

 
 
 

Contributors