KKlochko / simplematrixbotlib_template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a template for writing a bot using simplematrixbotlib

Setup

First clone repo and create .env and config.toml

Examples:

.env

USERNAME=@catbot:example.com
PASSWORD=password
SERVER=https://example.com

allowlist and blocklist formats

config.toml

[simplematrixbotlib.config]
allowlist = []
blocklist = []
admin_id = '@admin:example.com'

About


Languages

Language:Python 88.6%Language:Dockerfile 11.4%