RogerioBlanco / PixelCanvasBot

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

PixelCanvasBot

This is a functional bot for pixelcanvas.io. We will not provide you with a faster drawing. It does not allow you to easily draw your image. You need to spend some effort. This bot can draw images that you can't normally draw on your place.

What you can do with this?

Well, you can draw some image and try replicate in pixelcanvas.io. You can combine with your friends or clan, whatever for combine forces to draw more quickly or defend your 'territory'.

I can use any image and this bot will draw for me?

You can use any image. Converted your image colors to nearest PixelCanvas.io color for every pixel. Conversion result images if not exist in ./img/.cache folder created. You can interfere with this file or you can preview it to be drawn.

Installation

get python

Install python for yours operation systems in here https://www.python.org/downloads/ All Python version from 2.7 supported

Download bot

With git

PixelCanvas.io frequently changes the API validation system. We are updated after we notice. It can be a bit late, we can not guarantee it in any way. Recommend GIT for the current use

If you have not installed git?

Clone bot

Open Terminal (git bash, cmd vs.) enter this command

Optional downlad lastest zip archive

https://github.com/RogerioBlanco/PixelCanvasBot/archive/master.zip

Setup bot

Navigate to the Directory with the Bot

Using

Easy to use, only required parameters:

or if the coordinates are in the filename:

or if reCaptcha is currently enabled in pixelcanvas:

replace '$FINGERPRINT$' values to your fingerprint (has include $ charecters)

Geting yours fingerprint Chrome or chromium

Note that the fingerprint is optional and just needed if pixelcanvas has reCaptcha enabled.

image

What is each parameter?

Need to help?
Try it 'python ./main.py --help' maybe more usefull.

Detect mode maybe alternative using. RANDOM COLOR BOMP, need 2 parameters

For example this result for --draw_strategy detect --detect_area_min_range 4800 --detect_area_max_range 4825 parameters. visit at http://pixelcanvas.io/@4800,4800

Note:

The reverse parameters only work on the linear draw strategies (linear and quickfill). Use to choose which corner to draw linearly from (default is top left corner).

Update bot with last changes

Clear local changes (if you changes source code)