Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 673 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 673 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

  • (if you want to create a requirements.txt, please make a PR and i'll merge it)

  • 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