A Fediverse/Threadiverse bot to fight against spam and help with moderation
The name is a portmanteau of Threats + Vore. I.e. this is a tool that eats threats.
See the Roadmap
This is easiest to do within your Lemmy folder you have your docker compose already in
git clone https://github.com/db0/threativore.git
Then move into the new threativore
directory.
python -m pip install -r requirements.txt
- Copy
.env_template
into.env
and modify its contents according to the comments python run.py
See the Docker README
See the Usage Manual
The bot constantly records all posts/comments it has seen in the DB to avoid re-scanning them. It will constantly delete any column older than 7 days.
The caught spam in the bot will be recorded in the DB. There's no way currently to retrieve this info but this will be possible in the future as it will be useful for analysis and Machine Learning