Generating an EPUB out of unread feed entries using Python and Pandoc #2076
kartikynwa
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I came up with this crude script that uses Python modules and Pandoc to generate and epub from unread feed items.
The reason I went with Pandoc here is because it is generally reliable. It also takes care of downloading linked images and statically including them in the EPUB if that is something you care about.
It's very rough around the edges but I am gonna use it only under controlled circumstances.
The Python dependencies are as follows:
I don't have a reason to pin certain dependencies to specific commits. I just went that route because the modules had not had tagged releases for a while.
Beta Was this translation helpful? Give feedback.
All reactions