Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/westurner/redem
https://github.com/westurner/redem
praw reddit-api redditlog redem
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/westurner/redem
- Owner: westurner
- Created: 2013-11-21T21:04:17.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T03:43:54.000Z (over 4 years ago)
- Last Synced: 2024-04-17T22:18:36.546Z (9 months ago)
- Topics: praw, reddit-api, redditlog, redem
- Language: JavaScript
- Homepage: https://github.com/westurner/redem
- Size: 389 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
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