File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ The easiest way to quickly integrate the 2Captcha captcha-solving service into y
29
29
- [ MTCaptcha] ( #mtcaptcha )
30
30
- [ Friendly Captcha] ( #friendly-captcha )
31
31
- [ Cutcaptcha] ( #cutcaptcha )
32
+ - [ Tencent] ( #tencent )
32
33
- [ Other methods] ( #other-methods )
33
34
- [ send / get_result] ( #send--getresult )
34
35
- [ balance] ( #balance )
@@ -297,6 +298,13 @@ result = solver.cutcaptcha(misery_key='ad52c87af17e2ec09b8d918c9f00416b1cb8c320'
297
298
param1 = ... , ... )
298
299
```
299
300
301
+ ### Tencent
302
+ Use this method to solve Cutcaptcha. Returns a token.
303
+ ``` python
304
+ result = solver.tencent(app_id = " 197326679" ,
305
+ url = " https://mysite.com/page/with/tencent" ,
306
+ param1 = ... , ... )
307
+ ```
300
308
301
309
## Other methods
302
310
Original file line number Diff line number Diff line change 17
17
18
18
try :
19
19
result = solver .tencent (
20
- app_id = "197322596 " ,
21
- url = "https://www.holla.world/random-video-chat#app "
20
+ app_id = "913522596 " ,
21
+ url = "https://mysite.com/page/with/tencent "
22
22
)
23
23
24
24
except Exception as e :
You can’t perform that action at this time.
0 commit comments