# 代理池 **Repository Path**: calfhead_admin/agent-pool ## Basic Information - **Project Name**: 代理池 - **Description**: 芝麻代理池 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-20 - **Last Updated**: 2024-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SpiderUtilPackage  不断增加更新中... > 一些常用的方便爬虫工作的工具包 | Author | Zok | | --- | --- | | Email | 362416272@qq.com | | BLOG | www.zhangkunzhi.com | ------- ## 工具表 - [x] [解密工具-可拓展式解密器](https://github.com/wkunzhi/SpiderUtilPackage/tree/master/Decode) - [x] [自动注册-验证短信接收器](https://github.com/wkunzhi/SpiderUtilPackage/tree/master/Register) - [x] [代理IP-芝麻代理池监控器](https://github.com/wkunzhi/SpiderUtilPackage/tree/master/Proxy) - [x] [代理IP-芝麻代理池客户端Demo](https://github.com/wkunzhi/SpiderUtilPackage/tree/master/Proxy) - [x] [代理IP-讯代理池监控器](https://github.com/wkunzhi/SpiderUtilPackage/tree/master/Proxy) - [x] [代理IP-讯代理池客户端Demo](https://github.com/wkunzhi/SpiderUtilPackage/tree/master/Proxy) - [x] [代理IP-快代理池监控器](https://github.com/wkunzhi/SpiderUtilPackage/tree/master/Proxy) - [x] [cookies获取-pyppeteer获取美团登陆cookies](https://github.com/wkunzhi/SpiderUtilPackage/tree/master/Cookies) - [x] [跨数据库迁移器-开发中](https://github.com/wkunzhi/SpiderUtilPackage/tree/master/DataMigration) - [x] [网络图片并发直传OSS](https://github.com/wkunzhi/SpiderUtilPackage/tree/master/OSS) - [x] [生成encrypt加密参数器](https://github.com/wkunzhi/SpiderUtilPackage/tree/master/Jsencrypt) ------- # directory tree ``` . ├── Proxy // 代理工具包 │ ├── ZhiMaProxyPool.py // 芝麻代理ip清洗工具 │ ├── ZhiMaProxyUseDemo.py // 芝麻代理池客户端使用Demo │ ├── XDLProxyPool.py // 讯代理ip清洗工具 │ └── XDLProxyUseDemo.py // 讯代理池客户端使用Demo ├── Register // 注册类工具 │ └── MessageCode.py // 异步验证短信接收器 ├── Cookies // Cookies获取 │ └── MeiTuan // 异步并发批量获取美团登陆Cookies ├── DataMigration // 跨数据库迁移 │ ├── db // 基础数据库封装包 │ └── migration // 迁移器 ├── Decode // 可拓展式解密器 ├── Jsencrypt // 自动生成encrypt加密 └── README.md ```