This is a functional Canadian Flag @ x:175 y:484 bot for the r/place 2022 event.
Based on code from https://github.com/goatgoose/PlaceBot and https://github.com/rdeepak2002/reddit-place-script-2022.
- does NOT use the reddit API
- Supports multiple accounts
- Supports obtaining the target configuration from a server (or local file) to prevent outdated templates
- Supports multiple canvases (2 at the time of writing)
- Goes to sleep when only few mismatched pixels remain
For Windows
- Install python https://www.python.org/downloads/
- Install pip https://bootstrap.pypa.io/get-pip.py (using the cmd window in the directory where the .py file is run: python get-pip.py)
- pip install all the requirements in the requirements.txt file
- edit the user(s) in config.json
- Finally run the start.bat (after you fix the directory it's pointing to inside the bat file. (just edit it with notepad)).
P.S: I used Python 3.7.0 to get it going.