An API you can curl, or open in a browser, to receive Bluesky data as markdown!
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 12 lines 291 B view raw
1{ 2 "headers": [ 3 { 4 "source": "/(.*)", 5 "headers": [ 6 { "key": "Access-Control-Allow-Origin", "value": "*" }, 7 { "key": "Access-Control-Allow-Methods", "value": "GET, OPTIONS" }, 8 { "key": "Access-Control-Allow-Headers", "value": "*" } 9 ] 10 } 11 ] 12}