mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-02 01:04:55 +02:00
introduce telegram-chat
Druvis from Mikrotik produced a video "MikroTik Telegram bot - Chat with your Router?". He shows his script to chat with a Router via Telegram bot to send it commands: https://youtu.be/KLX6j3sLRIE This script is kind of limited and has several issues... 🥴 Let's make it robust, usable, multi-device capable and just fun! 😁 (Sadly Mikrotik has a policy to not allow links in Youtube comments. Thus my comment with several hints was removed immediately. If anybody is in contact with Druvis... Please tell him about this script!)
This commit is contained in:
parent
f666d2f8ff
commit
819c7294c6
9 changed files with 222 additions and 1 deletions
|
@ -98,6 +98,7 @@
|
|||
87="Added support for extra text (or emojis \F0\9F\9A\80) in notification tags.";
|
||||
88="Added support for monitoring CPU load and available free RAM in 'check-health'.";
|
||||
89="Made the warning time for 'check-certificates' configurable.";
|
||||
90="Chat with your router! Introduced 'telegram-chat' to chat via Telegram bot and send commands to your router.";
|
||||
};
|
||||
|
||||
# Migration steps to be applied on script updates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue