To start running the scraper:
python main.pyIt also contains interactive cells if you wish to rerun the scraper without opening a new instance of the browser.
to run all the tests, edit run_tests.sh to replace python3 with your python version e.g. python3.8, then run the following:
chmod +x run_tests.sh
./run_tests.shTo fix a bug or add a new feature (basically any updates), follow the steps:
- Pull from
devbranch. - Checkout to new branch under
{feature_name}orfix_{bug_name}. - Once you are satisfied with the changes, push them.
- Open a new pull request to
devwith title matching branch name. If possible, describe your changes in the request. - Lastly, assign a reviewer!