Skip to content

Misskey Mention Spamming Blocker

License

Notifications You must be signed in to change notification settings

hotomoe/MMSB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMSB

Misskey Mention Spamming Blocker

Usage

  1. Download the latest release from here.
  2. Run the run.bat file.
  3. Follow the instructions.

How to create token?

  1. Go to API Tokens (You can select your instance at link).
  2. Click "API Console".
  3. 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'],
}
  1. Copy the token and paste it in the program.

License

See LICENSE file for details.

Special Thanks

  • nulta: Created the original version of this program.

About

Misskey Mention Spamming Blocker

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 94.2%
  • Batchfile 5.8%