Compress many blog posts on the Internet into a single .epub file (FOR THE EINK ERA!!!!)
It needs papeer
for downloading posts from the Internet.
papeer - unironically it's written in Go (I don't wanna rewrite the whole function inside my program, it's intended for personal usage btw)
# Download all the posts into .md files
blogpost2epub download-posts where-you-save-all-the-post-link.txt
# Generate an .epub file from .md files
blogpost2epub gen-epub the-folder-which-contains-all-markdown-files/ "The title of the epub"