tracery.io irc bot that generates expressions from grammars in ~/.tracery
https://tilde.team/~ben/tracery/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 months ago | |
---|---|---|
.gitignore | 9 months ago | |
LICENSE | 4 years ago | |
README.md | 9 months ago | |
config.ini.sample | 9 months ago | |
requirements.txt | 9 months ago | |
tracer.py | 9 months ago | |
tracer.service | 9 months ago |
README.md
tracer
ported to py3 from selfsame/tracer
irc tracery bot
deps:
setup
-
install deps virtualenv -p python3 venv . venv/bin/activate pip install -r requirements.txt
-
cp config.ini{.sample,}
-
edit config.ini
-
start the bot venv/bin/python3 tracer.py
daemonization
mkdir -p ~/.config/systemd/user
cp tracer.service ~/.config/systemd/user/
- adjust ~/.config/systemd/user/tracer.service as needed
systemctl --user daemon-reload
systemctl --user enable --now tracer