Skip to main content

An easy to use bot library for the Matrix ecosystem written in Python.

Project description

Simple-Matrix-Bot-Lib

(Version 2.13.0)

Simple-Matrix-Bot-Lib is a Python bot library for the Matrix ecosystem built on matrix-nio.

View on Codeberg or View on PyPi or View docs on readthedocs.io

Learn how you can contribute here.

Features

Installation

simplematrixbotlib can be either installed from PyPi or downloaded from Codeberg.

Installation from PyPi:

python -m pip install simplematrixbotlib

Read the docs to learn how to install E2E encryption support.

Download from Codeberg:

git clone --branch master https://codeberg.org/imbev/simplematrixbotlib.git

Example Usage

# echo.py
# Example:
# randomuser - "!echo example string"
# echo_bot - "example string"

import simplematrixbotlib as botlib

creds = botlib.Creds("https://home.server", "echo_bot", "pass")
bot = botlib.Bot(creds)
PREFIX = '!'

@bot.listener.on_message_event
async def echo(room, message):
    match = botlib.MessageMatch(room, message, bot, PREFIX)

    if match.is_not_from_this_bot() and match.prefix() and match.command("echo"):

        await bot.api.send_text_message(
            room.room_id, " ".join(arg for arg in match.args())
            )

bot.run()

More information and examples can be found here.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simplematrixbotlib-2.13.1.tar.gz (15.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

simplematrixbotlib-2.13.1-py3-none-any.whl (18.3 kB view details)

Uploaded Python 3

File details

Details for the file simplematrixbotlib-2.13.1.tar.gz.

File metadata

  • Download URL: simplematrixbotlib-2.13.1.tar.gz
  • Upload date:
  • Size: 15.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.3.2 CPython/3.12.12 Linux/6.12.0-124.45.1.el10_1.x86_64

File hashes

Hashes for simplematrixbotlib-2.13.1.tar.gz
Algorithm Hash digest
SHA256 e6798f1d5f1594f23b46256a93625b16e2ae17f65bc91190bc65da7c07269582
MD5 4f72d9b0dc02fbb280e16aba3d9f147b
BLAKE2b-256 b6710555b93b25745b629f8088c11e5966430155f9771ad6513b100740ff0267

See more details on using hashes here.

File details

Details for the file simplematrixbotlib-2.13.1-py3-none-any.whl.

File metadata

  • Download URL: simplematrixbotlib-2.13.1-py3-none-any.whl
  • Upload date:
  • Size: 18.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.3.2 CPython/3.12.12 Linux/6.12.0-124.45.1.el10_1.x86_64

File hashes

Hashes for simplematrixbotlib-2.13.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4355f22869085f6a7b3c3dc631298526bdd5dbce0d9c8f3ab77bcb9eca8b288d
MD5 96a454ff499b3518c75016ed2d0a2c03
BLAKE2b-256 d58bcb9cf66ba6e081410b0cb576cfe0c4a68afb25a427d2271e300edc94b07b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page