# tracer ported to py3 from [selfsame/tracer](https://notabug.org/selfsame/tracer) irc tracery bot deps: * https://github.com/aparrish/pytracery ### 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` 1. `cp tracer.service ~/.config/systemd/user/` 1. adjust ~/.config/systemd/user/tracer.service as needed 1. `systemctl --user daemon-reload` 1. `systemctl --user enable --now tracer`