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