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.

14 lines
302 B

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