polymath icon indicating copy to clipboard operation
polymath copied to clipboard

Add a tool to generate chunks of content from a given user's medium account

Open jkomoros opened this issue 2 years ago • 2 comments

jkomoros avatar Dec 28 '22 21:12 jkomoros

Medium has an export tool that generates a zip archive of files.

The posts live in the posts folder, one html file for each post. Note that any comment responses are also mixed in and there doesn't seem to be ways to distinguish them.

The canonical link for the post is included in a <a href='' class='p-canonical'> at the end of each HTML file.

Drafts start with a draft_ filename.

jkomoros avatar Dec 29 '22 15:12 jkomoros

  • [ ] Document how to use it
  • [ ] Allow an option to include or exclude drafts
  • [ ] update README with new command arguments

jkomoros avatar Dec 30 '22 23:12 jkomoros