实验报告

Python 《Python 实现高德地图找房》实验报告

2020-08-11  本文已影响0人  Yohann丶blog
WechatIMG45.jpeg

仓库地址

python-rent

环境

Beautiful Soup是一个可以从 HTML 或 XML 文件中提取数据的 Python 库。

lxml XML 工具箱是C库 libxml2 和 libxslt 的 Python 绑定。

安装bs4

$ pip3 install bs4
$ python3 -m pip freeze | grep bs4
bs4 0.0.1

安装lxml

$ pip3 install lxml
$ python3 -m pip freeze | grep lxml
lxml 4.5.2

运行

$ git clone https://e.coding.net/yuhal/python-rent/python-rent.git
$ cd python-rent
$ python3 crawl_rent.py
fetch:  https://sh.zu.ke.com/zufang/jinqiao/pg1rp3
fetch:  https://sh.zu.ke.com/zufang/jinqiao/pg2rp3
fetch:  https://sh.zu.ke.com/zufang/jinqiao/pg3rp3
fetch:  https://sh.zu.ke.com/zufang/jinqiao/pg4rp3
......
$ python3 -m http.server 8080
Serving HTTP on 0.0.0.0 port 8080 (http://0.0.0.0:8080/) ...
0.0.0.0_8080_.png

如上所示,成功访问。

上一篇下一篇

猜你喜欢

热点阅读