Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 489 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 489 Bytes

gzjianguang

抓取某个网站html、css、js等文件保存到本地(暂时未实现文件排序),其他网站在此类上修改可以抓取

环境

python3,windows(理论上linux也能使用)

使用前提

依赖bs4,所以使用前需安装bs4

py -3 -m pip install bs4(windows)

pip3 install bs4(linux)

需要在main函数更改文件保存路径

basedir = r'E:\pythonCode\gzjianguang'

运行脚本

py -3 gzjianguang.py(windows)

python3 gzjianguang.py(linux)