Skip to content
This repository was archived by the owner on Mar 22, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jneeven authored Mar 7, 2021
1 parent cfe7a76 commit 0ddac24
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
Simple python mattermost bot that listens to specific commands and will eventually have incoming webhook support.
Hard-forked and refactored from [mmpy_bot](https://github.com/attzonko/mmpy_bot), and relies heavily on [mattermostdriver](https://github.com/Vaelor/python-mattermost-driver).

Supports both multi-threading and `asyncio` execution.

Work in progress, but can already be used. See `bot.py` and `plugins/default.py` for examples of how to run a bot and add custom functionality. For an overview of planned features, have a look at [the roadmap](https://github.com/jneeven/snaketalk/projects/1).
Simple python mattermost bot that listens to specific commands and supports incoming webhooks. Supports both multi-threading and `asyncio` execution.
This has now been upstreamed into [mmpy_bot](https://github.com/attzonko/mmpy_bot/pull/153) and will become the `2.0` release.

0 comments on commit 0ddac24

Please sign in to comment.