Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seven-io/octoprint
Send SMS after OctoPrint job has finished.
https://github.com/seven-io/octoprint
octoprint octoprint-plugin
Last synced: 3 days ago
JSON representation
Send SMS after OctoPrint job has finished.
- Host: GitHub
- URL: https://github.com/seven-io/octoprint
- Owner: seven-io
- License: mit
- Created: 2021-12-01T12:19:19.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T13:27:26.000Z (11 months ago)
- Last Synced: 2023-12-15T14:35:30.423Z (11 months ago)
- Topics: octoprint, octoprint-plugin
- Language: Python
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OctoPrint-Seven
Plugin to send SMS after OctoPrint has completed a job. Based on [OctoPrint-EmailNotifier](https://github.com/anoved/OctoPrint-EmailNotifier).
## Setup
Install via the bundled [Plugin Manager](https://docs.octoprint.org/en/master/bundledplugins/pluginmanager.html)
or manually from [GitHub](https://github.com/seven-io/octoprint/archive/master.zip).After installation, go to `Settings -> Plugins -> seven` and fill out the form.
## Configuration
`api_key` seven API key required for sending
`enabled` whether the plugin is activated or not
`flash` whether SMS gets sent as flash or not
`message_template` the SMS text to send
`printer_name` an identifier for naming the printer
`recipients` a comma separated list of SMS recipient(s)
`sender` the value to use as the SMS sender
## Support
Need help? Feel free to [contact us](https://www.seven.io/en/company/contact/).
[![MIT](https://img.shields.io/badge/License-MIT-teal.svg)](LICENSE)