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

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.

Installation

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

Installation from PyPi:

python -m pip install simplematrixbotlib

Download from github:

git clone --branch master https://github.com/KrazyKirby99999/simple-matrix-bot-lib.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.2.0.tar.gz (7.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.2.0-py3-none-any.whl (8.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: simplematrixbotlib-2.2.0.tar.gz
  • Upload date:
  • Size: 7.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.11 CPython/3.9.7 Linux/5.14.16-arch1-1

File hashes

Hashes for simplematrixbotlib-2.2.0.tar.gz
Algorithm Hash digest
SHA256 46c4b6319e2921aefb76677a972fbe51a8a61409afeaac75b5e49208f0ecc46c
MD5 4cb44c3c9744bdb35eab122d0f5020c0
BLAKE2b-256 9112f1011e887fd289e2578db4a63c4c9f8ce216e780a8e9f98ec7083567ae19

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplematrixbotlib-2.2.0-py3-none-any.whl
  • Upload date:
  • Size: 8.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.11 CPython/3.9.7 Linux/5.14.16-arch1-1

File hashes

Hashes for simplematrixbotlib-2.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e3ef0ebce25a12e7c943e61b6f3291d931fbf423c83420eac533e159fff6dd39
MD5 8cd222d27fb1b407aabd42226353997f
BLAKE2b-256 4683a576b24166557669ed8c1e0be3a686f284695d705efbe76923c284b47411

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