添加Webshare代理获取脚本和Clash配置

- 添加fetch_proxies.py脚本,支持从Webshare API获取代理
- 生成多种格式的代理文件:raw、http、socks5
- 生成Clash配置文件clash_config.yaml
- 包含代理组配置和分流规则
- 支持自动选择和故障转移
This commit is contained in:
WebShare Proxy Bot
2025-09-23 06:15:28 +00:00
parent 24963efa76
commit 064cbe1d5f
7 changed files with 721 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# 环境变量文件
.env
# Python缓存
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
# IDE文件
.vscode/
.idea/
*.swp
*.swo
# 系统文件
.DS_Store
Thumbs.db
# 日志文件
*.log