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
Python for iOS
Requests is built into the wonderful Python for iOS runtime!
To give it a try, simply:
import requests
Articles & Talks
- Python for the Web teaches how to use Python to interact with the web, using Requests.
- Daniel Greenfeld’s Review of Requests
- My ‘Python for Humans’ talk ( audio )
- Issac Kelly’s ‘Consuming Web APIs’ talk
- Blog post about Requests via Yum
- Russian blog post introducing Requests
- Sending JSON in Requests