Y
Hacker News
new
|
ask
|
show
|
jobs
by
md_
2023 days ago
I have an Amazon Lambda that I can email links to and it downloads the text with Readability-like format simplification and sends to my Kindle. Use it all the time. Love it.
2 comments
calicruisin
2023 days ago
This is really cool. Do you have the code for this?
link
md_
2021 days ago
I do, but it’s in my “real name” GitHub and I’m not willing to out myself here. ;)
Sorry. Google I guess?
link
bmitch2112
2023 days ago
I made the exact same thing haha. I use it all the time now. Would love to compare notes.
How did you make the text readable from the links?
link
md_
2021 days ago
I forked Python “newspaper3k” and hacked bits of it to work better on sources I like.
link
bmitch2112
2021 days ago
Thanks so much, this looks very cool!
link