/PlaceBot

Draws to www.reddit.com/r/place.

Primary LanguagePython

PlaceBot

Draws to www.reddit.com/r/place.

Installation

pip install git+https://github.com/goatgoose/PlaceBot

Usage

from place_bot import Placer, Color

placer = Placer()
placer.login("username", "password")
placer.place_tile(432, 286, Color.BLACK)

See: examples

Features

  • place a tile at a coordinate
  • maintain image
    • diffs the canvas to a provided image and fills in the differing tiles
  • multi-user support