requests python

Quickstart — Requests 0.11.1 documentation

Quickstart

Eager to get started? This page gives a good introduction in how to get started with Requests. This assumes you already have Requests installed. If you do not, head over to the Installation section.

First, make sure that:

Lets gets started with some simple use cases and examples.

Make a GET Request

Making a standard request with Requests is very simple.

Let’s get GitHub’s public timeline

原文地址:https://www.cnblogs.com/lexus/p/2439590.html