config.example.json 524 B

1234567891011121314151617181920
  1. {
  2. "cq_access_token": "",
  3. "cq_ws_host": "127.0.0.1",
  4. "cq_ws_port": 6700,
  5. "cq_bot_qq": 10000,
  6. "ig_socks_proxy": "",
  7. "ig_username": "",
  8. "ig_password": "",
  9. "ig_session_lockfile": "",
  10. "ig_2fa_code_receiver_port": 8081,
  11. "mode": 0,
  12. "playwright_ws_spec_endpoint": "http://127.0.0.1:8080/playwright-ws.json",
  13. "resume_on_start": false,
  14. "inactive_hours": ["3:00-7:00"],
  15. "work_interval": 60,
  16. "webshot_delay": 20000,
  17. "webshot_cookies_lockfile": "",
  18. "lockfile": "subscriber.lock",
  19. "loglevel": "info"
  20. }