21 lines
291 B
Markdown
21 lines
291 B
Markdown
# misskey gooner remover 3000
|
|
|
|
simple nodejs script to remove inactive accounts on sharkey / misskey fediverse instances
|
|
|
|
## installation
|
|
|
|
```
|
|
bun install
|
|
node main.js
|
|
|
|
```
|
|
|
|
## ENV structure
|
|
|
|
```
|
|
USER_TOKEN=token
|
|
INSTANCE_URL=https://example.com
|
|
PERIOD=int // Time in days
|
|
```
|
|
|
|
License: MIT
|