Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
vusallyv committed Sep 7, 2023
1 parent 9b926a8 commit 4c66869
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions capsolver_test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import capsolver


capsolver.api_key = "CAP-984BC79804B845446BE80D8519078E6D"


def solve_hcaptcha():
solution = capsolver.solve(
{
"type": "HCaptchaTaskProxyLess",
"websiteURL": "https://secure2.e-konsulat.gov.pl/placowki/1105/wiza-krajowa/wizyty/weryfikacja-obrazkowa/",
"websiteKey": "9f29f8f9-7a15-4e72-84d6-cb16261caeb4",
}
)
print(solution)
return solution

0 comments on commit 4c66869

Please sign in to comment.