WeRead Bot 配置生成器

轻松生成微信读书机器人配置文件

1
2
3
4
1 步,共 4 步
基础配置
阅读配置
通知配置
多用户配置

基础配置

设置应用的基本运行参数

支持范围值,如 1-10 表示1到10秒随机

阅读配置

设置阅读行为和策略参数

智能随机设置

0% 80% 100%
0% 70% 100%

人类行为模拟

0% 15% 100%

网络设置

通知配置

配置消息推送服务

通知通道

推荐

多用户配置

配置多个微信读书账号

定时任务配置

守护进程配置

配置预览

配置文件将实时更新
# WeRead Bot 配置文件
# 由配置生成器自动生成
# 生成时间: <生成时间>

app:
  name: WeReadBot
  startup_mode: immediate
  startup_delay: 1-10

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

配置说明

  • • 支持YAML格式配置文件
  • • 可通过环境变量覆盖配置
  • • 配置文件保存为 config.yaml
  • • 建议定期备份配置文件