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

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.0.tar.gz (14.0 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.0-py3-none-any.whl (15.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: simplematrixbotlib-2.7.0.tar.gz
  • Upload date:
  • Size: 14.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.14 CPython/3.10.6 Linux/5.19.1-1-default

File hashes

Hashes for simplematrixbotlib-2.7.0.tar.gz
Algorithm Hash digest
SHA256 8ddd90ff834f7f83f7afcaed8630060f732a4e84eb655821937de5e8d16e1c96
MD5 5bb078f72d07e2ea90702f8a62454c85
BLAKE2b-256 64fba074ab552ac0517405b51382be613bb36001b8ad8b6aabff25b8be6fd5d6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplematrixbotlib-2.7.0-py3-none-any.whl
  • Upload date:
  • Size: 15.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.14 CPython/3.10.6 Linux/5.19.1-1-default

File hashes

Hashes for simplematrixbotlib-2.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e435f4f9911250145e22ab63af1a8737e3c656400d392bd6be15916b1c864277
MD5 309b52cd6957bd1a61589c94e6fb425e
BLAKE2b-256 12781f89d71ca47f356f6f10f7a1b1b5c996bc228f68db9ec9609f93d6d5dde2

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