Skip to content

Commit

Permalink
Updated puppeteer, local scripts now execute in a already running chr…
Browse files Browse the repository at this point in the history
…ome instance to bypass auth check.
  • Loading branch information
austin1237 committed Aug 27, 2024
1 parent ef5d38b commit cc9cfcf
Show file tree
Hide file tree
Showing 5 changed files with 241 additions and 174 deletions.
11 changes: 11 additions & 0 deletions local/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Local
This is where scraping scripts that can only be ran locally and not in a remote enviorment go.

## 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:

```bash
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9222
Loading

0 comments on commit cc9cfcf

Please sign in to comment.