This repository was archived by the owner on Mar 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |