settings.py 711 B

123456789101112131415161718192021222324252627
  1. DATABASE_FILE = "data/Account.db"
  2. SESSIONS_FOLDER = 'sessions'
  3. ADMINS = [] # list of admins. Use @.. here, but this feature is not working well yet
  4. LTC_BOT_NAME = "LTC Click Bot"
  5. AD_MESSAGE = "Press the \"Visit website\" button to earn LTC."
  6. BOT_MESSAGE = "Press the \"Message bot\""
  7. CHANNEL_MESSAGE = "Press the \"Go to channel\""
  8. GROUP_MESSAGE = "Press the \"Go to group\""
  9. ACTIVATE_SENDING_MESSAGE = "🖥 Visit sites"
  10. ACTIVATE_BOTS_MESSAGE = "/bots"
  11. ACTIVATE_GROUPS_MESSAGE = "/join"
  12. MAX_FAILURES = 3
  13. DELAY_BETWEEN_SESSIONS = (30, 60)
  14. STANDART_DELAY = 45
  15. # for console
  16. SEND_NOTIFICATIONS = True
  17. SEND_ALERTS = True
  18. SEND_MESSAGES = True
  19. DEBUG = False
  20. # for proxy
  21. USE_PROXY = False
  22. # os specified
  23. SEP = '/'