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