Exports a designated area of wplace into an image.
Currently missing real map as a background.
Caution
Please avoid exporting very large areas, you might get banned by Cloudflare. Please use this tool responsibly.
git clone https://github.com/joaoalves03/wplace-export
cd wplace-export
pip install -r requirements.txt
Example: python wplace-export.py 973 761 975 762
positional arguments:
start_x
start_y
end_x
end_y
options:
-h, --help show this help message and exit
-s, --save-chunks Also save an image of each chunk
-w SECONDS, --watch SECONDS
Exports the area every X seconds
-f COLOR (#RRGGBBAA), --fill COLOR (#RRGGBBAA)
Specify color to use as background (Defaults to transparent)
- Open your browser's developer tools
- Go to the network tab
- Select a pixel in wplace
- A request to the server will be made, and the url
will contain the chunk where that pixel is located, like:
https://backend.wplace.live/s0/pixel/CHUNK_X/CHUNK_Y?x=283&y=894. Use CHUNK_X and CHUNK_Y