No description
Find a file
PawzyTheJawzy 3518983c5b
docs: make readme instructions more clear
Co-Authored-By: Bluey Heeler <bluey@pawkey.dev>
2025-05-25 08:01:21 +00:00
main.js fix: hardcoded string 2025-05-25 08:01:21 +00:00
package.json Initial commit 2025-05-25 07:59:30 +00:00
README.md docs: make readme instructions more clear 2025-05-25 08:01:21 +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