最近学习了一下Python,并且写了一个网络爬虫,来进行练习。
如何运行
- 查看指定页面内容
python3 spider.py 2
- 查看下一页的内容
python3 spider.py
主要运用到了
urllib.request
模块来做网络请求
re
模块进行正则匹配
源码下载:github
最近学习了一下Python,并且写了一个网络爬虫,来进行练习。
如何运行
python3 spider.py 2
python3 spider.py
主要运用到了
urllib.request
模块来做网络请求
re
模块进行正则匹配
源码下载:github