Skip to content

suglosta/moonraker-telegram-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

moonraker-telegram-bot

Features

  • Photo&Gif creation without using filesystem (with rotations & resizing for gifs)
  • Systemd service
  • photo notifications on Z-heigth & percentage

telegram bot commands list

This list of commands is usefull during bot creation/editing with BotFather

    status - send klipper status
    pause - pause printing
    resume - resume printing
    cancel - cancel printing
    photo - capture & send me a photo
    gif - let's make some gif from printer cam
    poweroff - turn off moonraker power device from config

Bot installation

For updates or if you use it for the first time

cd ~
git clone https://github.com/nlef/moonraker-telegram-bot.git
cd moonraker-telegram-bot

then start install script

bash ./install.sh

Then edit your config (application.conf) using fluidd web interface or some other way

Moonraker update section

[update_manager client moonraker-telegram-bot]
type: git_repo
path: ~/moonraker-telegram-bot
origin: https://github.com/nlef/moonraker-telegram-bot.git
env: ~/moonraker-telegram-bot-env/bin/python
requirements: requirements.txt
install_script: install.sh

Klipper by KevinOConnor :

https://github.com/KevinOConnor/klipper


Moonraker by Arksine :

https://github.com/Arksine/moonraker


Fluidd Webinterface by cadriel :

https://github.com/cadriel/fluidd


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 87.7%
  • Shell 12.3%