From d2db4cd1ef0617561803a83156fa0d53565dfc8a Mon Sep 17 00:00:00 2001 From: Kuangshi Yan Date: Sun, 6 Jul 2014 01:52:30 +0200 Subject: [PATCH] add the python Reddit API wrapper --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f4d2c33c..c751793a 100644 --- a/README.md +++ b/README.md @@ -711,6 +711,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [Wikipedia](https://wikipedia.readthedocs.org/en/latest/) - A Pythonic wrapper for the Wikipedia API. * [python-instagram](https://github.com/Instagram/python-instagram) - A Python Client for Instagram API. * [gmail](https://github.com/charlierguo/gmail) - A Pythonic interface for Gmail. +* [praw](https://github.com/praw-dev/praw) - A python wrapper for the Reddit API. ## DevOps Tools