Git Product home page Git Product logo

nutils-integration-matrix's Introduction

nutils-integration-matrix

This python module enables Nutils to send a notification to a Matrix room when a run has finished:

example.py finished in 0:05:24

Setup

Run

pip3 install --user nutils_integration_matrix

Login to an existing account (change user id @botusername:bothomeserver accordingly, this is preferably different from your personal account):

python3 -m nutils_integration_matrix login @botusername:bothomeserver

or create a passwordless account (this requires a shared key, ask the administrator of your homeserver):

python3 -m nutils_integration_matrix register @botusername:bothomeserver

Create a room to push messages to:

python3 -m nutils_integration_matrix create-room

and invite yourself (change @yourusername:yourhomeserver accordingly):

python3 -m nutils_integration_matrix invite @yourusername:yourhomeserver

Finally, add the following line to your Nutils configuration file (~/.config/nutils/config):

send_status_integrations=['matrix']

If you want clickable links also add (change https://domain/~username/ accordingly):

log_url_prefix='https://domain/~username/'

You can verify above steps by running

python3 -m nutils_integration_matrix status

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.