about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2022-05-09 17:02:51 -0400
committerBen Harris <ben@tilde.team>2022-05-09 17:02:51 -0400
commit8715023f5837b2783ad3da44410f415fbf855ab5 (patch)
treef46b632c195290dd514923eae754d27279ac1a7e
parent2fd0b3a77024c28720b1cb9c7a1dbb038631f9b5 (diff)
update readme stuff
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index a542ebf..7ab04cf 100644
--- a/README.md
+++ b/README.md
@@ -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`