# 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: 1. Run `pip install -r requirements.txt` to install all needed libraries. 2. Run `python spamguard.py`. First time run will ask parameters to configure everything. 3. Use your favourite scheduling method to set `python spamguard.py` to run every minute.