ketralnis / redditexporter

Tool to export reddit JSON listings into HTML

Home Page:http://www.reddit.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use it like:

    redditexporter.py http://www.reddit.com/user/ketralnis.json > ketralnis.html

    Or, if you want to access an authenticated page, you can use it like this:
        redditexporter.py --username=username --password=password http://www.reddit.com/saved.json > my_saved_links.html

    Also, there's a simple help:
        redditexporter.py --help

TODO:
* Add support for subreddits (reddit.com/reddits)
* Improve html and add some css

About

Tool to export reddit JSON listings into HTML

http://www.reddit.com/


Languages

Language:Python 100.0%