Skip to content

lossme/ProxyPool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IP代理池

使用方法

  1. 将refresh.py添加到定时任务(crontab),定时刷新代理池的ip corntab -e在末尾添加一行任务,每10分钟运行一次该脚本
*/10 * * * * /usr/bin/python3 /your_refresh_file_path/refresh.py
  1. 运行接口程序 python3 api.py

  2. Enjoy! http://127.0.0.1:5000/proxy?type=https&all=true

{
    "code": 0,
    "data": [
        "125.118.147.246:808",
        ...
    ]
}

Releases

No releases published

Packages

No packages published

Languages