This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # Download a Bluesky thread as markdown via the public AT Protocol appview. | |
| # | |
| # Usage: | |
| # ./download_bluesky_thread.sh <bsky.app URL | at:// URI> [output.md] | |
| # ./download_bluesky_thread.sh <url> --json # dump raw API response | |
| # | |
| # No auth required: public.api.bsky.app serves app.bsky.* read endpoints | |
| # unauthenticated. |