/python-reptile

python爬虫学习记录

Primary LanguagePython

python-reptile

学习过程记录

查看网站的robots.txt文件了解爬取该网站的限制

天气爬虫

爬取的网站:

**天气网:http://www.weather.com.cn/
天气频道(兰德马克):https://weather.com/zh-CN/weather/tenday/l/CHXX0116:1:CH

相关博客:

爬取淘宝失败原因分析:https://blog.csdn.net/qq_38929220/article/details/83213829
BeautifulSoup库和HTML简述:https://blog.csdn.net/qq_38929220/article/details/83543073
Lxml:https://blog.csdn.net/qq_38929220/article/details/83623057
python爬取**天气网天气并保存为csv格式文件:https://blog.csdn.net/qq_38929220/article/details/83902818
最终版代码博客:https://my.oschina.net/lawalbert/blog/3013609