RSS feed generator for Bluesky.
This works with Deno.
To run this locally, clone this repository and create .env
file with the
following content:
BLUESKY_IDENTIFIER=your-handle
BLUESKY_PASSWORD=your-pass
After that, run deno task dev
to start server.
MIT