Rust. A bot framework/library for connecting to Matrix. Jack into Matrix.
  • Rust 87.6%
  • Nix 12.4%
Find a file
2024-10-28 12:06:10 -07:00
.github build: install release-plz 2024-10-25 08:51:40 -07:00
src feat: add key-value pair getter for room tags 2024-10-24 09:47:57 -07:00
.gitignore feat: Initialization from examples 2024-03-18 15:12:12 -07:00
Cargo.lock build: loosen and update deppendencies 2024-10-28 10:04:43 -07:00
Cargo.toml build: loosen and update deppendencies 2024-10-28 10:04:43 -07:00
CHANGELOG.md chore: release v0.5.0 2024-10-25 09:54:43 -06:00
cliff.toml feat: Initialization from examples 2024-03-18 15:12:12 -07:00
flake.lock chore: bump nix deps 2024-10-28 12:06:10 -07:00
flake.nix chore: bump nix deps 2024-10-28 12:06:10 -07:00
LICENSE feat: Initialization from examples 2024-03-18 15:12:12 -07:00
README.md build: adding Codeberg sync 2024-10-02 09:59:21 -07:00
Taskfile.yml build: taskfile updates 2024-10-28 10:19:42 -07:00

headjack

Jack into Matrix

This is a Matrix bot framework for Rust. It wraps the matrix-rust-sdk to provide an easier interface for writing bots in Rust, and handles most of the stuff you'd need to write yourself if you were to write your own bot.

Repository

Mirrored on GitHub and Codeberg. GitHub is the official repo, but use either repo to contribute. Issues can't be synced so there may be some duplicates.

Project using this

  • chaz: Connect Matrix with any LLM service.
  • pokem: Send notifications using HTTP requests, or a CLI app.