Skip to content

Commit 81c3dbb

Browse files
adopt Octoslack plugin
1 parent af9bfcc commit 81c3dbb

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

_data/update_check_overlays.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,6 @@ sidebarmacros:
8080
psucontrol_shelly:
8181
user: triodes
8282
pip: https://github.com/triodes/OctoPrint-PSUControl-Shelly/archive/{target_version}.zip
83+
octoslack:
84+
user: misconfigurations
85+
pip: https://github.com/misconfigurations/Octoslack/archive/{target_version}.zip

_plugins/Octoslack.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ layout: plugin
44
id: Octoslack
55
title: Octoslack
66
description: An OctoPrint plugin for monitoring your printer and prints via Slack, Mattermost, Pushbullet, Pushover, Rocket.Chat, Discord, Riot/Matrix, or Microsoft Teams
7-
author: Chris Fraschetti
7+
author: Šárka Hawke
88
license: MIT
99

1010
# today's date in format YYYY-MM-DD, e.g.
11-
date: 2017-05-20
11+
date: 2026-05-06
1212

13-
homepage: https://github.com/fraschetti/Octoslack
14-
source: https://github.com/fraschetti/Octoslack
15-
archive: https://github.com/fraschetti/Octoslack/archive/master.zip
13+
homepage: https://github.com/misconfigurations/Octoslack
14+
source: https://github.com/misconfigurations/Octoslack
15+
archive: https://github.com/misconfigurations/Octoslack/archive/master.zip
1616

1717
# Set this to true if your plugin uses the dependency_links setup parameter to include
1818
# library versions not yet published on pypi. SHOULD ONLY BE USED IF THERE IS NO OTHER OPTION!
@@ -50,7 +50,7 @@ tags:
5050
- gcode
5151

5252
compatibility:
53-
python: ">=2.7,<4"
53+
python: ">=3.7,<4"
5454

5555
screenshots:
5656
- url: /assets/img/plugins/Octoslack/Octoslack-PrintStarted.png
@@ -82,8 +82,6 @@ featuredimage: /assets/img/plugins/Octoslack/Octoslack-PrintProgress_SlackOnly.p
8282

8383
attributes:
8484
- cloud
85-
86-
abandoned: https://github.com/OctoPrint/plugins.octoprint.org/issues/1432
8785
---
8886

8987

0 commit comments

Comments
 (0)