Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 733 Bytes

File metadata and controls

21 lines (15 loc) · 733 Bytes

Contributing

Before contributing to this project, please make sure that your git config is correct:

git config --global user.name "John Doe"
git config --global user.email johndoe@example.com

Follow the installation instructions here to install pre-commit hooks. Then, execute the pre-commit install command to install the Black code formatter.

pre-commit install
pre-commit run --all-files

If you change scraping logic, make sure to run the compare.py utility to visualize the number of records scraped without and with your proposed modification.

python compare.py results/events_20240125_194439.json results/events_20240130_121930.json