Skip to content

Reads the Status of Prusa i3 Mk3 Printers and pushes/displays the result in Slack

License

Notifications You must be signed in to change notification settings

fablab-ka/printobserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

printobserver

Reads the Status of Prusa i3 Mk3 Printers and pushes/displays the result in Slack

Installation

  • Clone this repository

  • Create a new systemd service file /etc/systemd/system/printobserver.service

     [Unit]                  
     Description=Printer Service
     After=network.target
     [Service]
     Type=simple
     User=printobserver
     ExecStart=/usr/bin/python3 /home/printobserver/printobserver/app.py
     #Environment="SLACK_BOT_TOKEN=insert_token_id_here"
     [Install]
     WantedBy=multi-user.target
    
  • systemctl daemon-reload

  • systemctl start printobserver

  • systemctl enable printobserver

About

Reads the Status of Prusa i3 Mk3 Printers and pushes/displays the result in Slack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages