Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tslmy/Grum
- Owner: tslmy
- Created: 2012-08-08T10:00:17.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-27T00:54:34.000Z (over 11 years ago)
- Last Synced: 2024-07-17T14:00:52.740Z (4 months ago)
- Language: Python
- Size: 150 KB
- Stars: 11
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.pyAs the program runs, the following file will be generated. Relax, they are simply caches. Harmless.
1. html2text.pyc
2. reader.pyccredits
-------
###[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!