Skip to content

Commit

Permalink
docs:readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cullenwatson authored Sep 3, 2024
1 parent e5ad273 commit a8c0037
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 @@ -26,11 +26,11 @@ from staffspy import LinkedInAccount, SolverType

session_file = Path(__file__).resolve().parent / "session.pkl"
account = LinkedInAccount(
# commenting these out because the captcha services are not reliable at the moment, so sign in with browser
# commenting these out because 2Captcha is not reliable, so sign in with browser
# username="[email protected]",
# password="mypassword",
# solver_api_key="CAP-6D6A8CE981803A309A0D531F8B4790BC", # optional but needed if hit with captcha
# solver_service=SolverType.CAPSOLVER,
# solver_api_key="your-api-key",
# solver_service=SolverType.TWO_CAPTCHA,

session_file=str(session_file), # save login cookies to only log in once (lasts a week or so)
log_level=1, # 0 for no logs
Expand Down

0 comments on commit a8c0037

Please sign in to comment.