No description
Find a file
2026-03-03 21:36:26 +01:00
libmxclient add api enpoint for creating rooms 2026-02-19 14:27:51 +01:00
pygomx-module If python had a package management, I would hate it. 2026-03-03 21:36:26 +01:00
smal add api enpoint for creating rooms 2026-02-19 14:27:51 +01:00
.gitignore little update. 2026-01-31 15:02:30 +01:00
compose.yaml better fix for woodpecker 2026-02-22 11:20:22 +01:00
Containerfile.debian If python had a package management, I would hate it. 2026-03-03 21:36:26 +01:00
LICENSE add license (AGPL3-only) 2026-02-19 14:05:51 +01:00
README.txt If python had a package management, I would hate it. 2026-03-03 21:36:26 +01:00

monorepos to have the right versions together

libmxclient - golang matrix client library
pygomx-module - python binding package
smal - python matrix lib


just run the demobot (docker):

docker compose build demobot
docker compose run --rm demobot smalsetup <matrixid>
docker compose up -d demobot

the bot follows each invite (autojoin) and have two commands:
  !stop         - graceful shutdown
  !echo [text]  - in a DM the bot responds with 'text',
                  in regular rooms it is a reply.

install from source (venv):

    you need go >=1.22 and libolm-dev installed

    (create and activate a venv)

    cd pygomx-module
    pip install .

    cd ../smal
    pip install [-e] .

usage:

  cd into an empty dir (you might create one)

  smalsetup <matrixid>
    this command creates a credentials file (.mxpass) in the current dir.
    autopickup by all tools & bots that requires credentials, no further configuration required

  commands:
    mxdiscover --help
    mxwhoami
    mxtoken
    mxaccountinfo
    mxclearaccount
    mxserverinfo
    demobot

matrix room:
  #pygomx:matrix.org
  https://matrix.to/#/#pygomx:matrix.org