All Projects → matrix-org → Matrix-NEB

matrix-org / Matrix-NEB

Licence: Apache-2.0 license
N E Bot: Generic bot for Matrix with plugin support

Programming Languages

python
139335 projects - #7 most used programming language

N E Bot

This is a generic client bot for Matrix which supports plugins.

Setup

Run:

python neb.py -c <config location>

If the config file cannot be found, you will be asked to enter in the home server URL, user ID and access token which will then be stored at this location.

Create a room and invite NEB to it, and then type !help for a list of valid commands.

Plugins

Github

  • Processes webhook requests and send messages to interested rooms.
  • Supports secret token HMAC authentication.
  • Supported events: push, create, ping, pull_request

Jenkins

  • Sends build failure messages to interested rooms.
  • Support via the Notification plugin.
  • Supports shared secret authentication.

JIRA

  • Processes webhook requests and sends messages to interested rooms.
  • Resolves JIRA issue IDs into one-line summaries as they are mentioned by other people.

Guess Number

  • Basic guess-the-number game.

URL

  • Provides URL encoding/decoding.

B64

  • Provides base64 encoding/decoding.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].