No description
Find a file
2025-01-20 00:04:27 +01:00
main.js Fix hardcoded string 2025-01-18 14:49:00 +00:00
package.json init 2024-12-15 18:12:27 +01:00
README.md Make readme instructions more clear (#2) 2025-01-18 10:11:38 +00:00

misskey gooner remover 3000

Simple nodejs script to remove inactive accounts on sharkey / misskey fediverse instances

Installation

  1. Install bun and run:

    bun install
    node main.js
    

Create env file

  1. Create an API key with the permissions

    • Delete user account
    • View private user info
  2. Create a .env file in the current directory with:

    USER_TOKEN=token
    INSTANCE_URL=https://example.com
    PERIOD=int // Time in days
    

License: MIT