Block the servers running the software of your choice from your Mastodon server's peers.
blocksoft.py | ||
peers.py | ||
README.md | ||
requirements.txt |
BlockSoft
Get all the running software of the peers of your Mastodon server and block the software you want.
Dependencies
- Python 3
- Postgresql server
- Mastodon server admin access token
Usage:
Within Python Virtual Environment:
-
Run
pip install -r requirements.txt
to install needed Python libraries. -
Run
python peers.py
to collect and store all needed data from your server peers.. -
Run
python blocksoft.py
to block the configured software..