I’m copying 325 blog posts from Publii to Micro.Blog via MarsEdit. AppleScript helps a lot. I was stuck on choosing the right blog. @danielpunkass sorted it:

tell application "MarsEdit"
   make new document
  set current blog of document 1 to blog "Waikawa News"
end tell
5 Blogs to choose from.
The script fragment.