A simple, extensible Python 3 Matrix bot.
Requires the matrix-python-sdk matrix-client module.
% python setupy.py install
% cp config.yml.dist config.yml
(edit config.yml to suit your application...)
from gifyrslf import GfyrslfBot
# Create an instance of GfyrslfBot
gbot = GfyrslfBot(cfg='config.yml')
# Start polling for room events
gbot.run()