Files
live-hub-py/config.yaml
T
2026-06-21 22:48:14 +08:00

33 lines
766 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 斗鱼自动登录配置
# 账号配置
accounts:
- username: "用户9006787894"
password: "a778899"
email: "jtmjcm@bdhg.xyz"
email_password: "www123"
email_imap_server: "mail.bdhg.xyz"
email_imap_port: 993
# 代理配置
proxy:
enabled: true
# 代理API地址(自动获取代理IP
api_url: "http://api.xiequ.cn/VAD/GetIp.aspx?act=get&uid=106015&vkey=97111DB5379E38E3BC2FF09A1B00A0C7&num=1&time=30&plat=1&re=0&type=0&so=1&ow=1&spl=1&addr=&db=1"
# 静态代理(如果不使用API获取)
http: ""
https: ""
# 极验配置
geetest:
# 最大重试次数(遇到点选验证码时重试)
max_retries: 10
# 日志配置
log:
level: "DEBUG"
file: "logs/douyu_login.log"
# Cookie存储
cookie_dir: "data/cookies"