/Grum

Convert [Google Reader unread] articles to [Markdown] plain text.

Primary LanguagePython

Grum: convert Google Reader Unread articles to Markdown text files!

usage

Run reader.py.
(You may also want to edit some account information in it to simplify personal use in the long run.)

author

tslmy.

LICENSE? Not important.

file list

  1. feedparser.py
  2. html2text.py
  3. reader.py

As the program runs, the following file will be generated. Relax, they are simply caches. Harmless.

  1. html2text.pyc
  2. reader.pyc

credits

###html2text

Thanks, aaronsw! Your effort enabled Grum to convert XML to Markdown-syntaxed text!

###feedparser Thank Ade Oshineye for parsing ATOM feeds!