Modules ======= - `requests-oauth `_, adds OAuth support to Requests. - `rauth `_, an alternative to requests-oauth, supports OAuth versions 1.0 and 2.0. - `FacePy `_, a Python wrapper to the Facebook API. - `robotframework-requests `_, a Robot Framework API wrapper. - `fullerene `_, a Graphite Dashboard. - `urbanairship-python `_, a fork of the Urban Airship API wrapper. - `WhitespaceBot `_, a project that automatically forks repos, strips trailing whitespace, and sends a pull request. - `python-rexster `_, Rexter client that provides a simple interface for graph databases. - `daikon `_, a CLI for ElasticSearch. Articles & Talks ================ - `Python for the Web `_ teaches how to use Python to interact with the web, using Requests. - `Daniel Greenfield'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 `_ - `French blog post introducing Requests `_ 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 python-requests Fedora and RedHat ----------------- You can easily install Requests v0.6.1 with yum on rpm-based systems:: $ yum install python-requests