Misskey Mention Spamming Blocker
- Download the latest release from here.
- Run the
run.bat
file. - Follow the instructions.
- Go to API Tokens (You can select your instance at link).
- Click "API Console".
- Use
miauth/gen-token
for Endpoint, and paste this code in params and click "Send".
{
session: null,
name: 'MMSB',
description: 'Misskey Mention Spamming Blocker',
permission: ['read:account', 'write:notes', 'write:admin:suspend-user'],
}
- Copy the token and paste it in the program.
See LICENSE file for details.
- nulta: Created the original version of this program.