conf.ini 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. [taobao]
  2. username = zhangsan
  3. password = 1346
  4. shelve_url = https://taobao.com/xx
  5. [csdn]
  6. username = zhangsan
  7. password = 1346
  8. [qiniu]
  9. ak = zhangsan
  10. sk = 1346
  11. bucket = https://taobao.com/xx
  12. domain = https://taobao.com/xx
  13. [mail]
  14. username = zhangsan
  15. password = 1346
  16. password2 = https://taobao.com/xx
  17. authorization_code = https://taobao.com/xx
  18. master_mail = https://taobao.com/xx
  19. [other]
  20. dir = C://xx
  21. password = 1346
  22. server = https://taobao.com/xx
  23. ; # 本地保存下载文件地址
  24. ; local_dir = "c://Robot_Download/"
  25. ; # 自带文件下载服务器地址前缀,类似http://xx.com/(可选,mail_send_type=0有效)
  26. ; server_file_url = "http://example.com:8080/"
  27. ; # 下载次数总数
  28. ; download_total = 20
  29. ; # 爬虫每次检查待发货订单间隔/秒
  30. ; check_order_period = 30
  31. ; # 爬虫每次检查存在退款订单间隔/秒
  32. ; check_refunding_period = 60
  33. ; # 页面加载等待最长时间(推荐10秒以上,视网速而定)
  34. ; delay_wait = 15
  35. ; # 邮件发送方式 0=仅仅发送资源新的下载链接(需自带服务器) 1=发送邮件附件(50M以上问题发送有问题) 2=浏览器方式发送(推荐)
  36. ; mail_send_type = 0
  37. ; # 是否开启邮件提醒
  38. ; is_mail_notice = False