Make readme instructions more clear (#2) #2

Merged
Leafus merged 1 commit from fsb/misskey-gooner-remover:update_readme into main 2025-01-20 00:04:28 +01:00
Showing only changes of commit f89c825357 - Show all commits

View file

@ -1,13 +1,28 @@
# misskey gooner remover 3000 # 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 License: MIT