when I tried http get <bsky-md-url> in terminal, I got a full HTML. I guess it would be better - lighter on a server, more readable in terminal/by LLMs, etc. - if you returned homepage as Markdown if you recognize that this request comes from a terminal environment
An API you can curl, or open in a browser, to receive Bluesky data as markdown!
feature: recognize curl/terminal user agents and return homepage as Markdown #1
open
opened by
bpavuk.neocities.org
good idea, will implement