RobertGrubb / tiktok-php

TikTok scraper in PHP
MIT License
63 stars 21 forks source link

tiktok-verify-page #38

Closed SlavaPWNZ closed 3 years ago

SlavaPWNZ commented 3 years ago

when i got captcha, im trying do: $data = $this->scraper->captcha->setFp()->get()->solve();

but No s_v_web_id cookie found

$scraper = new Scraper([ 'signMethod' => 'node', 'datafetchApiKey' => '', 'timeout' => 200, 'verbose' => false, //'verifyFp' => 'verify_khq85fui_tzRbKrID_W8rL_4Jq2_AfMt_OgwBbY7bS9y8', //'disableCookies' => true, 'cookieFile' => $filename, 'userAgent' => static::$_instance->useragent, 'proxy' => static::$_instance->proxy, ]);

RobertGrubb commented 3 years ago

Hey there. The captcha methods are still being developed. So right now they will fail. Ive purposely left them out of the documentation for that reason. I apologize for the confusion.

SlavaPWNZ commented 3 years ago

Hey there. The captcha methods are still being developed. So right now they will fail. Ive purposely left them out of the documentation for that reason. I apologize for the confusion.

Can i help u? You can contact me and I can take on part of the tasks to solve the problem with captcha