diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ea8bfaa..4ad787f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -61,6 +61,6 @@ jobs: run: deno lint working-directory: local - - name: test local + - name: Test local run: deno test working-directory: local \ No newline at end of file diff --git a/local/README.md b/local/README.md index ac3a59d..45ed017 100644 --- a/local/README.md +++ b/local/README.md @@ -3,6 +3,14 @@ This is where scraping scripts that can only be ran locally and not in a remote enviorment go. +## Deno + +These scripts are written to be used with the [Deno](https://deno.land/) runtime using the following command + +```bash +deno task run +``` + ## Set up (OSX) For these scripts to run sucessfully it requires an already running instance of @@ -10,7 +18,7 @@ chrome in debug mode, as well a tab logged into the target site to bypass auth/recaptcha. Run the following command with no other chrome process running to get Chrome -running in debug mode: +started in debug mode: ```bash /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9222