• Stars
    star
    155
  • Rank 240,864 (Top 5 %)
  • Language
    JavaScript
  • Created over 2 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Analysing and storing raw data from r/Place 2022 event

Caching r/Place 2022

This project is live at place.thatguyalex.com.

Running scraper locally

  • Install Python and all dependencies from scraper.py imports

  • Edit authparams.py with your reddit username and password, and then add an oauth app of type script

  • Field AUTH_TOKEN can be left empty, it is used for manual overrides

  • Run scraper.py

Running website locally

Pull requests and suggestions welcome