| OLD | NEW |
| (Empty) |
| 1 Integrations | |
| 2 ============ | |
| 3 | |
| 4 ScraperWiki | |
| 5 ------------ | |
| 6 | |
| 7 `ScraperWiki <https://scraperwiki.com/>`_ is an excellent service that allows | |
| 8 you to run Python, Ruby, and PHP scraper scripts on the web. Now, Requests | |
| 9 v0.6.1 is available to use in your scrapers! | |
| 10 | |
| 11 To give it a try, simply:: | |
| 12 | |
| 13 import requests | |
| 14 | |
| 15 Python for iOS | |
| 16 -------------- | |
| 17 | |
| 18 Requests is built into the wonderful `Python for iOS <https://itunes.apple.com/u
s/app/python-2.7-for-ios/id485729872?mt=Python8>`_ runtime! | |
| 19 | |
| 20 To give it a try, simply:: | |
| 21 | |
| 22 import requests | |
| 23 | |
| 24 | |
| 25 Articles & Talks | |
| 26 ================ | |
| 27 - `Python for the Web <http://gun.io/blog/python-for-the-web/>`_ teaches how to
use Python to interact with the web, using Requests. | |
| 28 - `Daniel Greenfeld's Review of Requests <http://pydanny.blogspot.com/2011/05/py
thon-http-requests-for-humans.html>`_ | |
| 29 - `My 'Python for Humans' talk <http://python-for-humans.heroku.com>`_ ( `audio
<http://codeconf.s3.amazonaws.com/2011/pycodeconf/talks/PyCodeConf2011%20-%20Ken
neth%20Reitz.m4a>`_ ) | |
| 30 - `Issac Kelly's 'Consuming Web APIs' talk <http://issackelly.github.com/Consumi
ng-Web-APIs-with-Python-Talk/slides/slides.html>`_ | |
| 31 - `Blog post about Requests via Yum <http://arunsag.wordpress.com/2011/08/17/new
-package-python-requests-http-for-humans/>`_ | |
| 32 - `Russian blog post introducing Requests <http://habrahabr.ru/blogs/python/1262
62/>`_ | |
| 33 - `Sending JSON in Requests <http://www.coglib.com/~icordasc/blog/2014/11/sendin
g-json-in-requests.html>`_ | |
| OLD | NEW |