A bot that tracks and auto-deletes statuses on Mastodon/Pleroma accounts after a set time if they are cringe enough
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.

13 lines
284 B

[Unit]
Description=Fediverse Cringe Bot
[Service]
User=cringebot
WorkingDirectory=/usr/local/lib/cringebot
ExecStart=/usr/bin/python3 /usr/local/lib/cringebot/cringebot.py
Environment=PYTHONUNBUFFERED=1
SyslogIdentifier=cringebot
Restart=always
[Install]
WantedBy=multi-user.target