python--requests包

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python--requests包相关的知识,希望对你有一定的参考价值。

pip install requests


pip install gunicorn


pip install httbin

 

浏览器访问:httpbin.org

使用gunicorn将这个网站clone到本地启动

gunicorn httpbin:app

注意:需要进入虚拟环境启动

页面运行在 http://127.0.0.1:8000

 

 

网页下载器

curl -v http://www.imooc.com > download.txt

这个工具可以在全局环境中运行

 

 

 

 

~END

 

以上是关于python--requests包的主要内容,如果未能解决你的问题,请参考以下文章

python requests包用法

Python Requests 包:处理 xml 响应

python3 requests + BeautifulSoup 爬取阳光网投诉贴详情实例代码

Python+Requests接口测试教程:Fiddler抓包工具

python+requests随笔:unittest框架

使用fiddler抓包工具时 Python requests 报错:ValueError: check_hostname requires server_hostname 之解决方案