-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Impossible to use the bot with Linux #26
Comments
It's because of the multi account (dont work on linux). Until then, you can try this verison: https://github.com/walterdis/lunarush-bot/archive/refs/tags/v1.1.0.zip |
Thank you very much it worked! I've just modified in heroselect.py the sleep parameter from 7000 to 750. |
I check every 2 hours just to make sure there are heroes with energy ;) This version 1.1.0 has some bugs. I'll try to send the non-multi account tomorrow ;) |
Encontrei seu bot por acaso e também estava tentando usar no Linux, mas sem sucesso, estava dando este mesmo erro. Cara não sei se você conhece esse bot do bomb, https://github.com/renatofmmaia/bomb-bot, ele é pra multi account tanto windows como linux e o que me chamou atenção é que no código deles tem o PyGetWindow e o bot tá funcionando show de bola.... Criei essa conta no Github somente pra tentar perguntar como o cara fez. Agora aproveito pra agradecer o trabalho que fez, porque não é todo mundo que está conseguindo fazer um bot funcional do Luna. |
Opa cara. Então, primeiro quero ver se faço a versão sem multi account para poder ser usado normalmente no linux novamente. Enquanto isso, podes usar o link que mostrei acima com uma versão anterior a essa. Ela tem alguns pequenos bugs mas da para quebrar um galho até eu fazer o novo envio. E agradeço o elogio. Eu meio que aprendi Python de última hora pq não conseguia achar nenhum bot funcional também 😁 |
Hi, unfortunatelly it raise a NotImplementedError about PyGetWindow so the bot don't even start on Ubuntu
about pygetwindow error according to this mpcabete/bombcrypto-bot#656 it could be replaced by xdotool |
In the index.py file, as a workaround on line number 9 or 10, try to replace
|
Hi, replacing line 10 with the code above didn't work at first so I tweaked your fix a little bit this way. All seems fine now ^^
|
Nice 😁 If anything happens, let me know |
Desculpa a demora em responder, mas eu fiz uma cagada e perdi a VPS que eu tinha, consegui uma nova só agora.. então, instalei aqui e tá rodando, tô tentando copiar a função de enviar mensagem pro telegram daquele bot que te passei o link. |
Qualquer coisa, da uma olhada no bot do pessoal da cryptowin, eu fiz uma call com eles e usaram meu código pra criar. |
Hello, thanks for the bot. I was trying to use it in a Linux VPS.
Unfortunatelly when run index.py it tells me that: PyGetWindow currently does not support Linux.
Is there any way to use it with Ubuntu 20.04?
The text was updated successfully, but these errors were encountered: