mpcabete / bombcrypto-bot

This is a python bot that automatically logs in, clicks the new button, and sends heroes to work in the bombcrypto game. It is fully open source and free.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heroes work time

nashy15973 opened this issue · comments

Can I change the time interval for working heroes to 60 minutes? or more?

Yes, open the config.yaml file and right at the beginning there is the break time, in my place 65 minutes.
image

  # [en_US] Time intervals configuration
  #
  # [pt_BR] Configurações de intervalos de tempo
  #
  time_intervals:
    # [en_US] Time interval for check if there are available heroes to work
    # Default value (in minutes): 65
    #
    # [pt_BR] Intervalo de tempo para verificar se há heróis disponíveis para trabalhar
    # Valor padrão (em minutos): 65
    send_heroes_for_work: 65
    

Where there is hashtag # are comments.
just change the value "send_heroes_for_work: 65"

Save and rerun Index.py

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.