RogerioBlanco / PixelCanvasBot

A bot to pixelcanvas.io
63 stars 24 forks source link

The script should play a sound or show some kind of "notification" when user interaction is required #48

Closed deniz2694 closed 7 years ago

deniz2694 commented 7 years ago

I let the script run in the background but I never know when I need to relaunch it, or when it needs a token, it should notify me when it happens, so I can relaunch the bot the fastest as possible when it stops.

RogerioBlanco commented 7 years ago

Make sense, I will implement this functionality

deniz2694 commented 7 years ago

thanx :]

marcussacana commented 7 years ago

i wrote this script before...

echo off
start https://pixelcanvas.io/@-0,-0
cls
:again
echo Enter the Fingerprint:
set /p FP=

"C:\python27\Python.exe" main.py -i Draw.png -x -0-y -0 --draw_strategy linear -f %FP%
msg * "Pixel Canvas, Token Expired!"
goto again
ZeedyDF commented 7 years ago

SOunds will be great, Sometimes I forget to see the console

RogerioBlanco commented 7 years ago

It will beep sound 30 times. I implemented this because it's easy and works in linux and windows. (I just tested in Windows).