Design and apply pixel art to reddit's /r/place
NOTE: If you are using M1 mac and have issue installing node-canvas, see this comment;
yarn install
Copy the .env.example
file to .env
and edit the BOT_CREDENTIALS
and BOT_DESIGNS
with your own config
There is a simple UI to design patterns. Run:
yarn start:ui
And then go to http://localhost:1234
Make sure you
- Created at least one design
- Added your designs to the
.env
file - Added your credentials to the
.env
file
And then just run
yarn start:bot
- 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