forked from Leafus/misskey-gooner-remover
No description
|
||
---|---|---|
main.js | ||
package.json | ||
README.md |
misskey gooner remover 3000
Simple nodejs script to remove inactive accounts on sharkey / misskey fediverse instances
Installation
-
Install bun and run:
bun install node main.js
Create env file
-
Create an API key with the permissions
- Delete user account
- View private user info
-
Create a
.env
file in the current directory with:USER_TOKEN=token INSTANCE_URL=https://example.com PERIOD=int // Time in days
License: MIT