Skip to content

callmephilip/bsky2md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦋 ➡️ 🤖 bsky2md

Convert Bluesky threads to markdown

FeaturesAPIDev journal

Features

  • supported features: links, mentions
  • supported embeds: images, external links
  • markdown and HTML

API

You can grab MD programmatically like this (example using typescript)

const r = await fetch(
  "https://bsky.app/profile/randomwalker.bsky.social/post/3lczsmzoqe22e"
    .replace("bsky.app", "bsky2md.deno.dev"),
);
console.log("MD:", await r.text());

screenshot

About

Bluesky thread to markdown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published