masto tooterbot
https://tilde.zone/@tildeverse
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.
|
8 months ago | |
---|---|---|
.gitignore | 9 months ago | |
LICENSE | 4 years ago | |
README.md | 9 months ago | |
config.example.yaml | 9 months ago | |
config.py | 8 months ago | |
requirements.txt | 9 months ago | |
tooter.py | 8 months ago | |
tooter.service | 9 months ago |
README.md
tooter
irc tooter bot
deps:
- Mastodon.py
- emoji (python3-emoji on debian and derivatives)
- ircrobots
- PyYAML (python3-yaml on debian and derivatives)
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
cp tooter.service ~/.config/systemd/user/
- edit paths to WorkingDirectory and ExecStart in
~/.config/systemd/user/tooter.service
systemctl --user enable --now tooter