Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cadair/octoprint-matrix-notifier-plugin

An octpront plugin for sending matrix notifications and snapshots.
https://github.com/cadair/octoprint-matrix-notifier-plugin

matrix octoprint octoprint-plugin

Last synced: 16 days ago
JSON representation

An octpront plugin for sending matrix notifications and snapshots.

Awesome Lists containing this project

README

        

# Matrix Notifier for OctoPrint

Send messages and snapshots to matrix rooms.

## Setup

Install via the bundled [Plugin Manager](https://docs.octoprint.org/en/master/bundledplugins/pluginmanager.html)
or manually using this URL:

https://github.com/Cadair/octoprint-matrix-notifier-plugin/archive/main.zip

## Configuration

The plugin can be configured via the octoprint UI. You will need the room alias or room id of the matrix room as well as your server address and an access token.

The easiest way to obtain an access token is to login with Element, copy the access token from the settings panel and then *do not logout*.

## Credits

This plugin is heavily inspired by [OctoSlack](https://github.com/fraschetti/Octoslack) and I used [Octoprint Signal Notifier](https://github.com/aerickson/OctoPrint_Signal-Notifier) to understand how to write an octoprint plugin and how to capture a snapshot from the camera.

## Developer Info

### Making a Release

1. Update the version number in `setup.py`, push to `main`.
1. Check the release draft on GitHub, make sure version number matches the
`setup.py`.
1. Publish Release on GitHub.