der Hebel bei der Eingangstür, der im IRC schreibt, wenn jemand den Hebel zieht.
Go to file
Your Name 8b1385d9e1 added comments 2018-08-28 18:40:17 +00:00
sopel-bot added comments 2018-08-28 18:40:17 +00:00
systemd fixes for pyropeter 2018-08-23 01:17:37 +02:00
www backup current state 2018-08-22 19:03:34 +02:00
.gitignore add .gitigore 2018-08-23 01:27:34 +02:00
README.md add README first version 2018-08-23 13:11:22 +02:00
install.sh fixes for pyropeter 2018-08-23 01:17:37 +02:00
schalter.py schalter.py update from backup 2018-08-23 15:20:49 +02:00
spaceapi.json backup current state 2018-08-22 19:03:34 +02:00

README.md

Dependencies

  • python3
  • nginx
  • sopel

Install

cd ~/Eingangsschalter
sudo ./install.sh

Afterwards

  • configurate nginx
  • configurate sopel
    • edit ~/.sopel/default.cfg
    • restart ircbot with sudo systemctl restart ircbot or run sudo ./install.sh again

Update

cd ~/Eingangsschalter
git pull
sudo ./install.sh