about summary refs log tree commit diff
path: root/README.md
blob: a542ebf19d960cb81156980a6404da8b0b13490f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# tooter

irc tooter bot

deps:
* [Mastodon.py](https://github.com/halcy/Mastodon.py)

edit channels and botnick to test somewhere in irc

## install systemd user unit
1. edit paths to WorkingDirectory and ExecStart
1. `cp tooter.service ~/.config/systemd/user/`
1. `systemctl --user enable --now tooter`