relay

Log | Files | Refs

commit 228369c64c640b37c9d964bdaadc79c18b8ccedd
parent e44186fbf116cae4c55dcb15bf95b52df79f2c41
Author: xfnw <xfnw@ttm.sh>
Date:   Wed, 25 Nov 2020 11:12:29 -0500

installation guide

Diffstat:
AINSTALL.md | 22++++++++++++++++++++++
1 file changed, 22 insertions(+), 0 deletions(-)

diff --git a/INSTALL.md b/INSTALL.md @@ -0,0 +1,22 @@ +# installation + +- you need ircrobots, do `pip3 install ircrobots` +- copy `config.py.example` to `config.py` and edit it + +## systemd user unit +this is optional but if you want it to autostart +on boot and stuff, do this. + + edit `relay.service` with the correct path and stuff + +`mkdir -p ~/.config/systemd/user` and copy relay.service +to `~/.config/systemd/user`. + +- to linger: `loginctl enable-linger` +- to start on boot: `systemctl --user enable relay` +- to run it: `systemctl --user start relay` + +# run it +if you dont want systemd stuff you can just +`python3 bot.py` or `./bot.py` +