# proxy_pool_lite **Repository Path**: guoxianru/proxy_pool_lite ## Basic Information - **Project Name**: proxy_pool_lite - **Description**: 爬虫代理池Lite - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-25 - **Last Updated**: 2022-12-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # proxy_pool_lite ## 一、下载安装 ```shell git clone git@github.com:guoxianru/proxy_pool_lite.git ``` ## 二、项目配置 config.py 为配置文件,根据注释自行修改 ## 三、启动项目 - 源码版 ```shell # 安装依赖 pip install -r requirements.txt # 启动项目 nohup python proxy_pool_lite/proxy_engine.py >> proxy_pool_lite/proxy_pool_lite_`date +%Y-%m-%d_%H:%M:%S`.log 2>&1 & ``` - Docker版 ```shell docker-compose -f docker-compose.yml up -d --build ```