Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/westurner/redem


https://github.com/westurner/redem

praw reddit-api redditlog redem

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

redem
=======

Generates a single-page HTML view of comment and submission history.

A utility for referencing personal comment history.

Templates data received from API and/or JSON.

.. note: Caveat: this approach is very slow, due to API throttling.
(TODO, FIXME, XXX)

install
--------
::

python setup.py install

development setup
-------------------
::

python setup.py develop

requires
--------
* `praw`_ Python Reddit API
* `rfc3987`_ URI regexes
* `BeautifulSoup4`_ ```` tag extraction
* `Jinja2`_ templates
* `requests`_ HTTP urllib3 porcelain
* `requests_cache`_ caching for `requests`_

.. _praw: https://pypi.python.org/pypi/praw
.. _rfc3987: https://pypi.python.org/pypi/rfc3987
.. _beautifulsoup4: https://pypi.python.org/pypi/BeautifulSoup4
.. _Jinja2: https://pypi.python.org/pypi/Jinja2
.. _requests: https://pypi.python.org/pypi/requests
.. _requests_cache: https://pypi.python.org/pypi/requests_cache