Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 591 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 591 Bytes

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