misskey-gooner-remover/README.md

22 lines
291 B
Markdown
Raw Permalink Normal View History

2024-12-15 18:14:11 +01:00
# misskey gooner remover 3000
simple nodejs script to remove inactive accounts on sharkey / misskey fediverse instances
## installation
```
bun install
node main.js
```
2025-01-09 02:14:24 +01:00
## ENV structure
```
USER_TOKEN=token
INSTANCE_URL=https://example.com
PERIOD=int // Time in days
```
2024-12-15 18:14:11 +01:00
License: MIT