Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 464 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 464 Bytes

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'