CLI: Save automatically articles to read later (like the old Pocket) in Obsidian

I think it could be useful for those who save / archive or read a lot daily. I recently updated it to use Defuddle by Kepano instead of my own processing. It’s written in Python, so it should work on any OS.

I’ve been testing it for a while and fixing bugs and I think it’s ready to be released. Let me know if everything works correctly and what extra options would be great to add!

Features

  1. Automatically extracts the main content from any webpage using Defuddle
  2. Automatically generates audio versions of articles (Uses Microsoft Edge’s TTS) in your own language
  3. Translates articles (LibreTranslate API or Cloudfare AI) On Android, translations are made using Firefox models thanks to Offline Translator
  4. Downloads and embeds images from the article.
  5. Add custom tags to articles
  6. Add metadata (reading time, word count, creation date, author, etc)
  7. Automatically finds and download PDF papers cited in articles
  8. Apply custom regex patterns to clean up content
  9. Save sources mentioned in the articles
  10. Download articles in batches from a file.txt

Github