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

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.4.1.tar.gz (8.2 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.4.1-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: simplematrixbotlib-2.4.1.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.8.12 Linux/5.13.0-1007-gcp

File hashes

Hashes for simplematrixbotlib-2.4.1.tar.gz
Algorithm Hash digest
SHA256 ecab0cfbd9a76e0bb876553ad4bfafbe0ed6b03434bf4bbfdf72641a71d9618b
MD5 367c8c066fc244e193c6898cdb2010f7
BLAKE2b-256 fd2b70eac5e2f8f118d10e348766524ecc8eebad24da29560c169de007f8e5e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplematrixbotlib-2.4.1-py3-none-any.whl
  • Upload date:
  • Size: 9.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.8.12 Linux/5.13.0-1007-gcp

File hashes

Hashes for simplematrixbotlib-2.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e3545def2819fd9a0cee158ea91c3a51c176cc6953bf14e887d0a0413c07c9c9
MD5 bf5fa48f6b3097abd3128f697a15de92
BLAKE2b-256 22cefef3139ee78614db9c61b06d0dfafef70bbefa94bd1d3542a5bda2c3eb33

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