Skip to content

Marcel510/pixel

 
 

Repository files navigation

r/placeTUM

This is the bot for the r/place collaboration between the following communities:

  • TUM
  • RWTH
  • HSWT

Setup

  1. Checkout the repository
git clone https://github.com/etonaly/pixel placetum && cd placetum/
  1. Install required dependencies
npm install
  1. 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

Bot Dashbard

https://place.computerscholler.com/

Adding Images

  1. add your image to the images folder. It should be a png with every pixel representing exactly one pixel on r/place.
  2. add a section for your image to config.toml. Should probably discuss priority with us.
  3. run scripts/generate_json.py
  4. run scripts/render_json.py
  5. check the generated image
  6. commit and push the new image, pixel.json, output.png and config.toml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.0%
  • Python 8.4%
  • HTML 4.9%
  • Other 1.7%