Advertisement
Arbitrator

omegle.yaml

Jun 25th, 2019
7,193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.84 KB | None | 0 0
  1. debug: true
  2. enable_logs: true
  3. threads: 1
  4. enable_proxies: true
  5. proxy_source: proxies.txt or /Users/me/Downloads/omeglebot-master/proxies.txt or https://pastebin.com/raw/qY7gctS0 or pastebin.com/raw/qY7gctS0
  6. bot_match: this is my bot # will disconnect if a reply contains this string
  7. language: en # de, fr, nl, ja, zh
  8. reply_delay: 1.0, 3.0 # random number from range 1-3 e.q. 2.3
  9. topics: bored, games, chat
  10.  
  11. chat_timeout:
  12.     connect: 15
  13.     response: 30
  14.  
  15. proxy_timeout:
  16.     used: 60
  17.     banned: 24*60*60
  18.     reload: 10*60
  19.  
  20. captcha:
  21.     solve_captchas: true
  22.     service: 2captcha
  23.     2captcha:
  24.         api_key: myKeyHere
  25.     anticaptcha:
  26.         api_key:
  27.  
  28. data:
  29.     responses: data/chat.txt
  30.     urls: data/domains.txt
  31.     blacklist: data/blacklist.txt
  32.  
  33. # TODO
  34. log:
  35.     chats: data/logs/chats.txt
  36.     events: data/logs/events.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement