轻松生成微信读书机器人配置文件
设置应用的基本运行参数
支持范围值,如 60-300 表示60到300秒随机,防止被识别,建议尽量设置大一些
多用户模式下同时执行的账号数量,推荐 1-3 之间,根据服务器性能和风控策略调优
解决特殊兼容性问题的配置选项
根据不同用户的环境,可能需要设置为True或False来确保cookie刷新正常工作
设置阅读行为和策略参数
建议设置为45-90分钟,过长的阅读不符合人类阅读习惯
章节索引优先级:配置的索引值 > CURL提取的值 > 自动计算的索引
建议不轮换,使用 curl 自带的 User-Agent
配置消息推送服务
配置多个微信读书账号
开启此方式后,程序将执行为一个阅读会话后,休眠一段时间再执行下一次,模拟多次长阅读行为
# WeRead Bot 配置文件
# 由配置生成器自动生成
# 生成时间: <生成时间>
app:
name: WeReadBot
startup_mode: immediate
startup_delay: 1-10
max_concurrent_users: 1
curl_config:
file_path: curl_command.txt
reading:
mode: smart_random
target_duration: 60-70
reading_interval: 25-35
smart_random:
book_continuity: 0.8
chapter_continuity: 0.7
book_switch_cooldown: 300
human_simulation:
enabled: true
break_probability: 0.15
break_duration: 30-180
network:
timeout: 30
retry_times: 3
notification:
enabled: true
include_statistics: true