Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 270 Bytes

File metadata and controls

5 lines (5 loc) · 270 Bytes

ipProxyPool

  • 1.基于python实现的IP代理池,定时爬取IP以及验证IP的可用性
  • 2.主要基于urllib基础模块对代理IP页面进行抓取
  • 3.爬取到IP地址保存在MongoDB数据库里面中
  • 4.后面待续把代码封装成面向对象的形式