From 01098b83eade4ff95d3515cc4d0deb3428367f8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellison=20Lea=CC=83o?= Date: Thu, 3 Jul 2014 17:04:15 -0300 Subject: [PATCH 1/2] Add opengraph lib on Web Content Extracting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 29c9727..2f4dce5 100644 --- a/README.md +++ b/README.md @@ -449,6 +449,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [sumy](https://github.com/miso-belica/sumy) - A module for automatic summarization of text documents and HTML pages. * [Haul](https://github.com/vinta/Haul) - An Extensible Image Crawler. * [python-readability](https://github.com/buriy/python-readability) - Fast Python port of arc90's readability tool. +* [opengraph](https://github.com/erikriver/opengraph) - A python module to parse the Open Graph Protocol ## Downloader From 4338356991d85a766a509d32b5d5a694f0b0c4c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellison=20Lea=CC=83o?= Date: Thu, 3 Jul 2014 17:06:40 -0300 Subject: [PATCH 2/2] Add facepy on Third party APIs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f4dce5..f62371a 100644 --- a/README.md +++ b/README.md @@ -694,6 +694,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. +* [facepy](https://github.com/jgorset/facepy) - Facepy makes it really easy to interact with Facebook's Graph API ## DevOps Tools