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.
817 stars 540 forks source link

Linux #709

Closed Tormuka closed 2 years ago

Tormuka commented 2 years ago

Alguma solução para funcionar no linux?

fguide commented 2 years ago

O script funciona em linux, qual o problema que vc tem?

Tormuka commented 2 years ago

No linux tenho o python3 instalado, no caso esse script é o de multiacc, o .bat não executa, então entro da forma tradicional, no terminal e executo o comando python3 forever.py index.py e ele me retornar a seguinte mensagem '' Starting index.py /bin/sh: 1: python: not found", tenha paciência sou muito leigo ainda kkkkkk , pode ser problema na instalação tbm, qual o passo a passo pra abrir em linux?

fguide commented 2 years ago

Nao faço ideia de qual versao vc esta usando, mas certamente ao é pelo .bat que se inicia...

tente procurar um arquivo com final .sh, e se existir, execute com o comando:

bash arquivo.sh

Outra coisa é tentar só 'python' e não 'python3', talvez tenha duas versoes instaladas...

Tormuka commented 2 years ago

Só python tbm não funciona (diz que o comando python não foi encontrado) e tbm não tem nenhum arquivo .sh, está examente como no git hub

fguide commented 2 years ago

Você precisa instalar o pyhon de acordo com instrucoes do se sistema, em debian e derivados (ubuntu, mint, etc) no terminal:

sudo apt install python3 python3-dev

No diretorio do bot execute: pip install -r requirements.txt

Tormuka commented 2 years ago

Beleza, vou tentar aqui

stale[bot] commented 2 years ago

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.