This repository has been migrated to the self-hosted ari-web Forgejo instance: https://git.ari.lt/ari/trie-bot
A Matrix bot based off https://ari.lt/gh/libtrie
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.
docker compose up -dOr
- Install Libtrie systemwide
- Then:
npm i
make strip -j$(nproc)
su -c 'make install'
printf '' | ./bin/trie-update model.bin
npm run bot