/place-2022

Analysing and storing raw data from r/Place 2022 event

Primary LanguagePython

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