summaryrefslogtreecommitdiff
path: root/docs/community
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-10-17 20:41:40 -0400
committerKenneth Reitz <me@kennethreitz.com>2011-10-17 20:41:40 -0400
commita4234e97bedff790617dd3f8921ef056d11e6993 (patch)
tree88f0eaa54974c52357a31547aa00aabcc1324416 /docs/community
parent9b42c954c6f9d841e4be5dd99b1d135002f3ba01 (diff)
downloadpython-requests-a4234e97bedff790617dd3f8921ef056d11e6993.tar.gz
Add "out there" section to docs
Diffstat (limited to 'docs/community')
-rw-r--r--docs/community/out-there.rst62
1 files changed, 62 insertions, 0 deletions
diff --git a/docs/community/out-there.rst b/docs/community/out-there.rst
new file mode 100644
index 00000000..167494d3
--- /dev/null
+++ b/docs/community/out-there.rst
@@ -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
+
+
+
+