From a8c00376d9c7e49a4343aa495b9d03d51d9c4ae4 Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Tue, 3 Sep 2024 08:37:35 -0500 Subject: [PATCH] docs:readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e5f433e..8515b71 100644 --- a/README.md +++ b/README.md @@ -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="myemail@gmail.com", # 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