der Hebel bei der Eingangstür, der im IRC schreibt, wenn jemand den Hebel zieht.
Go to file
genofire 667ee2f3d2
spaceapi.json add contact
2020-02-12 04:06:19 +01: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 fix for issue #4 - switched back from iso date to unix epoch 2018-08-31 17:47:34 +02:00
spaceapi.json spaceapi.json add contact 2020-02-12 04:06:19 +01: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