spamguard counts Mastodon server sign ups and set the registration setting in approval mode if the configured threshold is reached (5 signups per minute is the default). It will post the new situation to the Mastodon server host.
app/libraries | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
spamguard.py |
spamguard
spamguard counts Mastodon server sign ups and set the registration setting in approval mode if the configured threshold is reached (5 signups per minute is the default). It will post the new situation to the Mastodon server host.
Dependencies
- Python 3
- Mastodon's bot account with admin rights
Usage:
Within Python Virtual Environment:
-
Run
pip install -r requirements.txt
to install all needed libraries. -
Run
python spamguard.py
. First time run will ask parameters to configure everything. -
Use your favourite scheduling method to set
python spamguard.py
to run every minute.