A work-in-progress, horribly overpowered CLI for Ozone
TypeScript 100.0%
3 1 0

Clone this repository

https://tangled.org/aendra.dev/ozone-cli
git@tangled.org:aendra.dev/ozone-cli

For self-hosted knots, clone URLs may differ based on your setup.

README.md

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 😭