Skip to content

luzzbob/ProxyPool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProxyPool

1.配置

1.数据库配置

conf.py中修改数据库配置,并新建proxypool表。

sql>create table proxypool(ip char(20),port char(5),time char(30));
2.安装Python库
pip3 install pymysql
pip3 install requests
pip3 install bs4
pip3 install lxml

2.运行

抓取代理IP

python3 proxypool.py

定时验证IP

python3 verify.py

About

高匿代理IP池

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.6%
  • Shell 0.4%