This is the bot for the r/place collaboration between the following communities:
- TUM
- RWTH
- HSWT
- Checkout the repository
git clone https://github.com/etonaly/pixel placetum && cd placetum/
- Install required dependencies
npm install
- Copy your
reddit_session
cookie from Reddit and use it to start the bot
- Unix:
PLACE_TOKENS='["insert_cookie_value"]' npm run start
- Windows:
set PLACE_TOKENS=["insert_cookie_value"]
npm run start
https://place.computerscholler.com/
- add your image to the images folder. It should be a png with every pixel representing exactly one pixel on r/place.
- add a section for your image to
config.toml
. Should probably discuss priority with us. - run
scripts/generate_json.py
- run
scripts/render_json.py
- check the generated image
- commit and push the new image,
pixel.json
,output.png
andconfig.toml