Manage instance blocks on mastodon
Go to file
Izalia Mae 7d047cf9ca update ban if it exists 2019-11-29 15:33:40 -05:00
.gitignore Initial commit 2019-11-29 02:31:45 -05:00
LICENSE add script 2019-11-29 02:51:08 -05:00
README.md add MASTOPATH var 2019-11-29 15:24:07 -05:00
block.py update ban if it exists 2019-11-29 15:33:40 -05:00
requirements.txt add script 2019-11-29 02:51:08 -05:00

README.md

mstdn-block

Manage instance blocks on mastodon

Note: currently only import and export commands are supported. Also only tested with Glitch-Soc 3.0.1.

Installation

Minimum Python version: 3.6.0

pip install -r requirements.txt

Copy 'block.py' or set MASTOPATH to your Mastodon root directory

Usage

If the path to a csv file is not specified, 'blocks.csv' in the current directory will be used.

Import blocklist in csv format

./block.py import [path/to/csv]

Export blocklist in csv format

./block.py export [path/to/csv]