Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
austin1237 committed Oct 19, 2024
1 parent ee0773d commit 6d87f42
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
run: deno lint
working-directory: local

- name: test local
- name: Test local
run: deno test
working-directory: local
10 changes: 9 additions & 1 deletion local/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,22 @@
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
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
Expand Down

0 comments on commit 6d87f42

Please sign in to comment.