narwal icon indicating copy to clipboard operation
narwal copied to clipboard

Thin Python 2.7 wrapper for reddit's API

Results 2 narwal issues
Sort by recently updated
recently updated
newest added

Bumps [requests](https://github.com/requests/requests) from 0.11.1 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...

dependencies

Example error: Traceback (most recent call last): File "/home/ss/dev/lazyreddit/lazyreddit.py", line 52, in r.hot(sr=subreddits, limit=10)]) File "/usr/local/lib/python2.6/dist-packages/narwal/reddit.py", line 230, in hot return self._subreddit_get(sr, None, limit=limit) File "/usr/local/lib/python2.6/dist-packages/narwal/reddit.py", line 211, in _subreddit_get...