A Cloudflare Worker which works in conjunction with https://github.com/indexxing/bsky-alt-text
TypeScript 100.0%
7 1 0

Clone this repository

https://tangled.org/indexx.dev/bsky-alt-text-worker
git@knot.indexx.dev:indexx.dev/bsky-alt-text-worker

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

README.md

Bluesky Alt Text Worker#

A Cloudflare Worker which works in conjunction with https://github.com/indexxing/Bluesky-Alt-Text. All endpoints are based off the original cloud function made by symmetricalboy here, just in Typescript and prepackaged into a Cloudflare Worker environment.

Documentation is served at the root of the worker deployment. There is a root path variable specified in the entrypoint file because my setup involves using a worker route wildcard on my custom domain.

Note: This does not support video captioning, or uploading larger media for processing yet like the source cloud function.