# Proxy **Repository Path**: user.zt/Proxy ## Basic Information - **Project Name**: Proxy - **Description**: 抓取代理IP并进行测试 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-07-30 - **Last Updated**: 2022-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Proxy #### 介绍 抓取代理IP并进行测试 #### 软件架构 软件架构说明 #### 安装教程 在Proxy目录下配置conf.py(与db_public.py同级) ```py #!/usr/bin/python3 # -*- coding: utf-8 -*- db_charset = 'utf8' db_public = 'dbname' db_public_host = '127.0.0.1' db_public_user_name = 'root' db_public_user_pwd = 'pwd' db_port = 3306 ``` #### 使用说明 运行RunProxy.py #### 参与贡献