Requests
Requests is an elegant and simple HTTP library for Python, built for human beings. You are currently looking at the documentation of the development release.
Installation of Requests
- $ pip install requests
- Get the Source Code
If windows you can
$ cd C:Python27/Scripts
$ pip install requests
Get the Source Code
Requests has available in Github that it is developed, you can check here
You can either clone the public repository:
$ git clone git://github.com/requests/requests.git
Or, download the tarball:
$ curl -OL https://github.com/requests/requests/tarball/master
# optionally, zipball is also available (for Windows users).
Once you have a copy of the source, you can embed it in your own Python package, or install it into your site-packages easily:
$ cd requests
$ pip install