···11## Cursory attempt to build a script that rapidly actions appeals
2233-This is a work in progress. :pray:33+This is a work in progress. :pray:
44+55+Currently it has one command, `autoappeal`, which removes all the labels from and resolves every appeal in your queue.
66+77+Don't ask why I need this.
88+99+Usage:
1010+1111+```bash
1212+ATP_USERNAME="user.bsky.social" ATP_PASSWORD="yadda-yadda" SERVICE_DID="your-labeller-DID" deno main.ts autoappeal
1313+```
1414+1515+You can also use a .env file or pass `--username`, `--password` and `--proxy` (service DID) flags.
1616+1717+I'm awful at using Deno. Apologies for all the typescript errors :sob: