From 6d87f42894c38a78fb0901e4cd46770fcbd585ba Mon Sep 17 00:00:00 2001 From: Austin Davis Date: Sat, 19 Oct 2024 13:52:12 -0600 Subject: [PATCH] Readme update --- .github/workflows/pr.yml | 2 +- local/README.md | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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