A bot for the reddit r/place event 2022
This is a functional bot for the r/place 2022 event, supporting at the time of writing all (2) canvases.
Based on code from https://github.com/goatgoose/PlaceBot and https://github.com/rdeepak2002/reddit-place-script-2022.
Functionality
- does NOT use the reddit API
- Convert input image to be drawn to target configuration, ignores transparent pixels
- 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
Installation
Clone the repostory:
git clone https://github.com/Geosearchef/placebot.git
Create a virtual environment
python3 -m virtualenv .venv
and install the dependencies (or just install them globally):