You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 years ago | |
|---|---|---|
| src | 3 years ago | |
| .dockerignore | 3 years ago | |
| .gitignore | 3 years ago | |
| Dockerfile | 3 years ago | |
| README.md | 3 years ago | |
| config.toml | 3 years ago | |
| docker-compose.yaml | 3 years ago | |
| requirements.txt | 3 years ago | |
README.md
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'