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.7.4)

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

View on Github 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 github.

Installation from PyPi:

python -m pip install simplematrixbotlib

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

Download from github:

git clone --branch master https://github.com/i10b/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.7.4.tar.gz (13.9 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.7.4-py3-none-any.whl (15.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: simplematrixbotlib-2.7.4.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.1 CPython/3.9.2 Linux/5.19.8-1-default

File hashes

Hashes for simplematrixbotlib-2.7.4.tar.gz
Algorithm Hash digest
SHA256 9f6d0e734fa60c73a7a084d9cd4457090108bfe1f4bbd08472a90212a08eb9c5
MD5 9229b7a8e6ac49b16625e8bd3ae689bf
BLAKE2b-256 b74c06922ef19ad2e2d2fce10c2f7e0662656aea19a33c62cd552db0c71bdfce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplematrixbotlib-2.7.4-py3-none-any.whl
  • Upload date:
  • Size: 15.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.1 CPython/3.9.2 Linux/5.19.8-1-default

File hashes

Hashes for simplematrixbotlib-2.7.4-py3-none-any.whl
Algorithm Hash digest
SHA256 83420cf7fa1a16b944b6939664f353149b4658dffaa9cf22b822e1057c447e41
MD5 6cef2d67154c982aea51924b8074f56f
BLAKE2b-256 c3701c5b19fe4615578ec2f61fe797a9212c7ee282596f20b38a39144d62bab8

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