···1## Cursory attempt to build a script that rapidly actions appeals
23-This is a work in progress. :pray:00000000000000
···1## Cursory attempt to build a script that rapidly actions appeals
23+This is a work in progress. :pray:
4+5+Currently it has one command, `autoappeal`, which removes all the labels from and resolves every appeal in your queue.
6+7+Don't ask why I need this.
8+9+Usage:
10+11+```bash
12+ATP_USERNAME="user.bsky.social" ATP_PASSWORD="yadda-yadda" SERVICE_DID="your-labeller-DID" deno main.ts autoappeal
13+```
14+15+You can also use a .env file or pass `--username`, `--password` and `--proxy` (service DID) flags.
16+17+I'm awful at using Deno. Apologies for all the typescript errors :sob: