Zequez / reddit-placebot

A bot that paints on Reddit /r/place. Works with multiple accounts, and can work with a remote target file for multiple people with the same objective.
MIT License
227 stars 78 forks source link

check for current colour #37

Closed elktamer closed 7 years ago

elktamer commented 7 years ago

A good addition would be to check a pixel before it's written. This would allow for "monitoring" an exist area for changes by only updating pixels that don't match the target.

Zequez commented 7 years ago

It already does that. Before painting it downloads the latest version of the board and checks if something needs to be done, if nothing needs to be done, re-schedules the users for a few seconds later to try again.