Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 549 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 549 Bytes

ToySpiders 自制 Python 玩具爬虫程序

最近开始学习 Python 爬虫技术,自制了几个玩具爬虫,内容有:

  1. PSASpider: 根据长春办兄弟的需求,用 selenium 做的一个爬取国家知识产权局专利检索库数据的玩具爬虫
  2. SXSpider: 根据武汉办兄弟的需求,用 requests 库做的一个爬取最高人民法院失信被执行人信息的玩具爬虫
  3. SXSpider2: 用 selenium 做的爬取最高人民法院失信被执行人信息的玩具爬虫,经测试比用 requests 库写的好用