Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.27 KB

README.md

File metadata and controls

54 lines (36 loc) · 1.27 KB

Reddit /r/place BOT

Design and apply pixel art to reddit's /r/place

img

Install

NOTE: If you are using M1 mac and have issue installing node-canvas, see this comment;

yarn install

Setup

Copy the .env.example file to .env and edit the BOT_CREDENTIALS and BOT_DESIGNS with your own config

Creating designs

There is a simple UI to design patterns. Run:

yarn start:ui

And then go to http://localhost:1234

Running

Make sure you

  1. Created at least one design
  2. Added your designs to the .env file
  3. Added your credentials to the .env file

And then just run

yarn start:bot

Project status

  • Completed
    • login with username / password
    • place tiles
    • use multiple accounts
    • download all current images from /r/place and stitch them together (thanks dsf3449)
    • only place tiles that are different
  • To Do
    • track cooldown status between restarts
    • import designs in the UI
    • use an ip pool and parallel bots, maybe with lambdas, maybe with something else