Skip to content

A simple, extensible chatbot for Matrix written in Python 3

License

Notifications You must be signed in to change notification settings

mstroud/python-matrix-gfyrslf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gfyrslf

A simple, extensible Python 3 Matrix bot.

Requires the matrix-python-sdk matrix-client module.

Setup

% python setupy.py install
% cp config.yml.dist config.yml
(edit config.yml to suit your application...)

Usage

from gifyrslf import GfyrslfBot 

# Create an instance of GfyrslfBot
gbot = GfyrslfBot(cfg='config.yml')

# Start polling for room events
gbot.run()

About

A simple, extensible chatbot for Matrix written in Python 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages