mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Add "out there" section to docs
This commit is contained in:
@@ -0,0 +1,62 @@
|
||||
Modules
|
||||
=======
|
||||
|
||||
- https://github.com/maraujop/requests-oauth-hook
|
||||
- https://github.com/jgorset/facepy
|
||||
- https://github.com/bulkan/robotframework-requests
|
||||
- https://github.com/bitprophet/fullerene]
|
||||
- https://github.com/benjaminws/urbanairship-python
|
||||
|
||||
|
||||
Articles & Talks
|
||||
================
|
||||
|
||||
- http://pydanny.blogspot.com/2011/05/python-http-requests-for-humans.html
|
||||
- http://python-for-humans.heroku.com
|
||||
- http://issackelly.github.com/Consuming-Web-APIs-with-Python-Talk/slides/slides.html
|
||||
- http://arunsag.wordpress.com/2011/08/17/new-package-python-requests-http-for-humans/
|
||||
- http://habrahabr.ru/blogs/python/126262/ [Russian]
|
||||
|
||||
|
||||
Integrations
|
||||
============
|
||||
|
||||
ScraperWiki
|
||||
------------
|
||||
|
||||
ScraperWiki is an excellent service that allows you to run Python, Ruby, and PHP
|
||||
scraper scripts on the web. Now, Requests v0.6.1 is available to use in your scrapers!
|
||||
|
||||
To give it a try, simply::
|
||||
|
||||
import requests
|
||||
|
||||
|
||||
Managed Packages
|
||||
================
|
||||
|
||||
Requests is available in a number of popular package formats. Of course,
|
||||
the ideal way to install Requests is via The Cheeseshop.
|
||||
|
||||
|
||||
Ubuntu & Debian
|
||||
---------------
|
||||
|
||||
Requests is available installed as a Debian package! Debian Etch Ubuntu, since Oneiric::
|
||||
|
||||
$ apt-get install
|
||||
|
||||
Unfortunately, the most recent version available is v0.5.0. If you're on the
|
||||
Debian Python Package team, I'd love an update of that :)
|
||||
|
||||
|
||||
Fedora and RedHat
|
||||
-----------------
|
||||
|
||||
You can easily install Requests v0.6.1 with yum on rpm-based systems::
|
||||
|
||||
$ yum install python-requests
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -87,6 +87,7 @@ Requests ecosystem and community.
|
||||
:maxdepth: 2
|
||||
|
||||
community/faq
|
||||
community/out-there.rst
|
||||
community/support
|
||||
community/updates
|
||||
|
||||
|
||||
Reference in New Issue
Block a user