Skip to content

Commit

Permalink
docs:readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cullenwatson committed Jul 30, 2024
1 parent 1440c62 commit e833dfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ staff = scrape_staff(
# login credentials (remove these to sign in with browser)
username="[email protected]",
password="mypassword",
solver_api_key="CAP-6D6A8CE981803A309A0D531F8B4790BC", # in case hit with captcha on sign-in
solver_service=SolverType.CAPSOLVER,


# in case hit with captcha on sign-in
solver_api_key="CAP-6D6A8CE981803A309A0D531F8B4790BC",
solver_service=SolverType.CAPSOLVER,

max_results=50, # can go up to 1000
session_file=str(session_file), # save login cookies to only log in once (lasts a week or so)
Expand Down

0 comments on commit e833dfe

Please sign in to comment.