A Python API for making Matrix bots (https://matrix.org).
Go to file
Shawn Anastasio 1a2d2cd5bb
Merge pull request #25 from lordievader/master
Make rooms argument a list of room ids
2020-11-13 20:57:05 -06:00
matrix_bot_api Merge pull request #25 from lordievader/master 2020-11-13 20:57:05 -06:00
.gitignore Added .gitignore file 2017-03-25 12:52:48 +01:00
LICENSE Initial commit 2017-02-16 23:02:53 -06:00
README.md Update README to clarify supported python version 2017-05-21 14:08:48 -05:00
example_bot.py update the die roller code to be more example-friendly 2017-11-04 13:25:43 -07:00
setup.py Update setup.py 2017-05-11 23:32:32 -05:00

README.md

python-matrix-bot-api

A Python 3 API for making Matrix bots (https://matrix.org).

Requires the matrix-python-sdk.

Examples

See example_bot.py.

Contributing

Feel free to fork and submit pull requests!