update readme stuff

This commit is contained in:
Ben Harris 2022-05-09 17:02:51 -04:00
parent 2fd0b3a770
commit 8715023f58
1 changed files with 10 additions and 2 deletions

View File

@ -4,10 +4,18 @@ irc tooter bot
deps:
* [Mastodon.py](https://github.com/halcy/Mastodon.py)
* emoji (python3-emoji on debian and derivatives)
* [ircrobots](https://github.com/jesopo/ircrobots)
* PyYAML (python3-yaml on debian and derivatives)
edit channels and botnick to test somewhere in irc
## venv setup
- `python3 -m venv venv`
- `. venv/bin/activate`
- `pip install -r requirements.txt`
- `cp config.example.yaml config.yaml`
- edit config.yaml as needed
## install systemd user unit
1. edit paths to WorkingDirectory and ExecStart
1. `cp tooter.service ~/.config/systemd/user/`
1. edit paths to WorkingDirectory and ExecStart in `~/.config/systemd/user/tooter.service`
1. `systemctl --user enable --now tooter`