Block the servers running the software of your choice from your Mastodon server's peers.
Anar al arxiu
2022-08-21 20:00:02 +02:00
blocker.py first release 2022-08-17 15:07:51 +02:00
blocksoft.py First functional release 2022-08-21 20:00:02 +02:00
peers.py First functional release 2022-08-21 20:00:02 +02:00
README.md First functional release 2022-08-21 20:00:02 +02:00

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:

  1. Run pip install -r requirements.txt to install needed Python libraries.

  2. Run python peers.py to collect and store all needed data from your server peers..

  3. Run python blocksoft.py to block the configured software..