Compare commits

..

No commits in common. "f9a8d22a5fa90ab9b66f565bfdade140b11212ba" and "7c08cf12d4a89ec02887d7a55431fe15cc41dafb" have entirely different histories.

View file

@ -1,28 +1,13 @@
# misskey gooner remover 3000
Simple nodejs script to remove inactive accounts on sharkey / misskey fediverse instances
simple nodejs script to remove inactive accounts on sharkey / misskey fediverse instances
## Installation
## installation
1. Install bun and run:
```
bun install
node main.js
```text
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:
```env
USER_TOKEN=token
INSTANCE_URL=https://example.com
PERIOD=int // Time in days
```
```
License: MIT