Skip to content

Enhancing e-reader reading experience. From downloading posts from the internet and compressing into an epub file to converting ebook file types. Working in progress

Notifications You must be signed in to change notification settings

duy103zxc/e-reading-aio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blogpost2epub

Compress many blog posts on the Internet into a single .epub file (FOR THE EINK ERA!!!!)

Dependencies

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)

How to use

# 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"

About

Enhancing e-reader reading experience. From downloading posts from the internet and compressing into an epub file to converting ebook file types. Working in progress

Resources

Stars

Watchers

Forks

Releases

No releases published