Skip to content

SeanPedersen/python-matrix-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Matrix Bot

Works with encrypted rooms. Available in Python.

Setup

  1. Create new user on matrix.org
  2. cp .env.example .env
  3. Add username + password to .env

Python Version (Docker - Recommended)

Docker provides stable E2E encryption support:

# Add MATRIX_ACCESS_TOKEN and MATRIX_USER_ID to .env
# Run the bot
docker compose up -d

Usage

  1. Invite bot to a room
  2. Test message: !echo beebop

About

A dead simple Python matrix bot template

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors