A work-in-progress, horribly overpowered CLI for Ozone

Cursory attempt to build a script that rapidly actions appeals#

This is a work in progress. 🙏

Currently it has one command, autoappeal, which removes all the labels from and resolves every appeal in your queue.

Don't ask why I need this.

Usage:

ATP_USERNAME="user.bsky.social" ATP_PASSWORD="yadda-yadda" SERVICE_DID="your-labeller-DID" deno main.ts autoappeal

You can also use a .env file or pass --username, --password and --proxy (service DID) flags.

I'm awful at using Deno. Apologies for all the typescript errors 😭