Merge pull request #68 from ellisonleao/master

Add facepy and opengraph libs
This commit is contained in:
Vinta 2014-07-04 14:01:00 +08:00
commit edb216ec89

View file

@ -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
@ -693,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