Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tslmy/Grum

Convert [Google Reader unread] articles to [Markdown] plain text.
https://github.com/tslmy/Grum

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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](http://www.tslimi.tk/).

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](https://github.com/aaronsw/html2text/)

Thanks, [aaronsw](https://github.com/aaronsw)! Your effort enabled Grum to convert XML to Markdown-syntaxed text!

###[feedparser](http://code.google.com/p/feedparser/)
Thank [Ade Oshineye](https://plus.google.com/105037104815911535953/posts) for parsing ATOM feeds!