Skip to content

Commit b6552b6

Browse files
authored
Merge pull request #1382 from jacopotediosi/telegram-adoption
2 parents 9b9a7f4 + 394594f commit b6552b6

2 files changed

Lines changed: 23 additions & 18 deletions

File tree

_data/update_check_overlays.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,6 @@ PrintJobHistory:
6161
SpoolManager:
6262
user: WildRikku
6363
pip: https://github.com/WildRikku/OctoPrint-SpoolManager/releases/download/{target_version}/main.zip
64+
telegram:
65+
user: jacopotediosi
66+
pip: https://github.com/jacopotediosi/OctoPrint-Telegram/archive/{target_version}.zip

_plugins/telegram.md

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ id: telegram
55
title: OctoPrint-Telegram
66
description: A plugin to send and react on messages before, during and after a print
77
via Telegram Messenger.
8-
author: Fabian Schlenz
8+
authors:
9+
- Jacopo Tediosi
10+
- Fabian Schlenz
911
license: AGPLv3
1012

1113
date: 2016-02-25
1214

13-
homepage: https://github.com/fabianonline/OctoPrint-Telegram
14-
source: https://github.com/fabianonline/OctoPrint-Telegram
15-
archive: https://github.com/fabianonline/OctoPrint-Telegram/archive/master.zip
15+
homepage: https://github.com/jacopotediosi/OctoPrint-Telegram
16+
source: https://github.com/jacopotediosi/OctoPrint-Telegram
17+
archive: https://github.com/jacopotediosi/OctoPrint-Telegram/archive/master.zip
1618

1719
# TODO set this to true if your plugin uses the dependency_links setup parameter to include
1820
# library versions not yet published on PyPi. SHOULD ONLY BE USED IF THERE IS NO OTHER OPTION!
@@ -27,42 +29,42 @@ tags:
2729
screenshots:
2830
- url: /assets/img/plugins/telegram/features1.png
2931
alt: Telegram notifications during print
30-
caption: You can receive current status with a webcam picture in user-definable
32+
caption: You can receive the current status with a webcam picture at user-definable
3133
intervals.
3234
- url: /assets/img/plugins/telegram/features3.png
3335
alt: Requesting the current status
34-
caption: You can control octoprint via messages. E.g. sending /status lets the Plugin
36+
caption: You can control OctoPrint via messages. E.g., sending /status lets the plugin
3537
send you the current status.
3638
- url: /assets/img/plugins/telegram/features4.png
3739
alt: Custom keyboards
3840
caption: You can also abort the current print with /abort. A custom keyboard is
3941
shown for confirmation.
4042
- url: /assets/img/plugins/telegram/features5.png
4143
alt: Settings
42-
caption: You can configure lots of settings via Octoprint's settings. (Or you can
44+
caption: You can configure lots of settings via OctoPrint's settings. (Or you can
4345
use /settings to change them via Telegram.)
4446
featuredimage: /assets/img/plugins/telegram/features3.png
4547

4648
compatibility:
4749
octoprint:
48-
- 1.2.9
49-
python: '>=2.7,<4'
50+
- 1.4.0
51+
python: '>=3.7,<4'
5052

5153
attributes:
5254
- cloud
5355

5456
---
5557

56-
This plugin integrates Telegram Messenger into Octoprint.
58+
This plugin integrates Telegram Messenger into OctoPrint.
5759

5860
You can receive automatic notifications with webcam images before and after a print -
59-
and even during a print at customizable heights or after a certain time (e.g. after every
60-
5mm of height OR after 10 minutes - whatever happend first).
61+
and even during a print at customizable intervals, such as at specific heights or after a
62+
certain time (e.g., every 5 mm of height OR every 10 minutes — whichever comes first).
6163

62-
You can also control Octoprint via messages. Send /status to receive the current status,
63-
/abort to abort the currently running print or /help to receive a list of available commands.
64+
You can also control OctoPrint via messages. For example, send:
65+
- `/status` to receive the current printer status,
66+
- `/abort` to stop the ongoing print,
67+
- `/help` to get a list of all available commands.
6468

65-
Please have a look at [the documentation at github](https://github.com/fabianonline/OctoPrint-Telegram/blob/stable/README.md)
66-
to learn how to register a Telegram bot. This is a needed step in order to make this plugin work.
67-
68-
If you have any questions or problems feel free to contact me via Telegram: [@fabianonline](http://telegram.me/fabianonline).
69+
Please refer to [the documentation on GitHub](https://github.com/jacopotediosi/OctoPrint-Telegram/blob/master/README.md)
70+
to learn how to register a Telegram bot - a required step for this plugin to work.

0 commit comments

Comments
 (0)