From 7efb14819980acf2f635f8e25505c5f7fabc56f4 Mon Sep 17 00:00:00 2001 From: Zach Date: Tue, 1 Jul 2014 07:52:59 -0700 Subject: [PATCH] add Wikipedia, python-instagram on 3rd party apis --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2febad1..e0d636c 100644 --- a/README.md +++ b/README.md @@ -528,6 +528,8 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b * [soundcloud-python](https://github.com/soundcloud/soundcloud-python) - A Python wrapper around the Soundcloud API. * [google-api-python-client](https://github.com/google/google-api-python-client) - Google APIs Client Library for Python. * [facebook-sdk](https://github.com/pythonforfacebook/facebook-sdk) - Facebook Platform Python SDK. +* [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. ## Algorithms and Design Patterns