scripting / Scripting-News

I'm starting to use GitHub for work on my blog. Why not? It's got good communication and collaboration tools. Why not hook it up to a blog?
115 stars 10 forks source link

Bluesky post to HTML, it's got to be easy!? #266

Open scripting opened 11 months ago

scripting commented 11 months ago

I had an impulse to write a little web app that takes the address of a post on Bluesky and flows it through an html template and serves it, so I can easily publish stuff I wrote on Bluesky. I thought to use a toolkit John Spurlock pointed me to. Where to start. All the theory upfront, like the spec.

I just want something that takes the id of a post and returns a JavaScript object with a bunch of info like the text, any image enclosed, when it was posted, stuff like that. There really are only 5 or 10 endpoints most apps need.

If you're interested in solving this problem for Bluesky, please post a note below.