tracery.io irc bot that generates expressions from grammars in ~/.tracery https://tilde.team/~ben/tracery/
irc
Go to file
Ben Harris e2eb052594 ircrobots updates 2022-05-10 14:15:53 -04:00
.gitignore ircrobots updates 2022-05-10 14:15:53 -04:00
LICENSE Initial commit 2019-01-29 02:13:34 +00:00
README.md ircrobots updates 2022-05-10 14:15:53 -04:00
config.ini.sample ircrobots updates 2022-05-10 14:15:53 -04:00
requirements.txt ircrobots updates 2022-05-10 14:15:53 -04:00
tracer.py ircrobots updates 2022-05-10 14:15:53 -04:00
tracer.service ircrobots updates 2022-05-10 14:15:53 -04:00

README.md

tracer

ported to py3 from selfsame/tracer

irc tracery bot

deps:

setup

  1. install deps virtualenv -p python3 venv . venv/bin/activate pip install -r requirements.txt

  2. cp config.ini{.sample,}

  3. edit config.ini

  4. start the bot venv/bin/python3 tracer.py

daemonization

  1. mkdir -p ~/.config/systemd/user
  2. cp tracer.service ~/.config/systemd/user/
  3. adjust ~/.config/systemd/user/tracer.service as needed
  4. systemctl --user daemon-reload
  5. systemctl --user enable --now tracer