TikScraperPHP icon indicating copy to clipboard operation
TikScraperPHP copied to clipboard

Wrapper for TikTok API

Results 9 TikScraperPHP issues
Sort by recently updated
recently updated
newest added

It seems that the debug info doesn't share much light as to what's wrong? Scraper v2.5.1.1 & Proxitok: v2.4.9.4 ``` { "http_success": true, "code": 200, "origRes": {}, "isJson": true, "isHtml":...

Hi i am using laravel for this package. And after i try example return error `Call to a member function getElementById() on null` Whats wrong? Thanks

Hello guys I have a problem, see if anyone can give me a light. I'm running everything normally in a local version with proxy. When I put it on my...

Hi @pablouser1, Here a quick implementation for working comments: ``` public function comments(int $cursor = 0) { $this->cursor = $cursor; $query = [ 'aweme_id' => $this->term, 'count' => '20', 'cursor'=>...

Does your library provide this feature? Thanks!

Parse error: syntax error, unexpected 'Sender' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) in C:\xampp\htdocs\juicyphpt\vendor\pablouser1\tikscraper\src\Api.php on line 14

I saw this repo containing reverse engineering stuff for TikTok, so I figured it may be useful for the scraper. [Here's the repo mentioned](github.com/angelillija/TikTok)

ProxiTok-2.4.9.3/vendor/pablouser1/tikscraper/src/Signer.php on line 15 10.10.10.12:17184 [500]: GET /trending/rss - Uncaught TypeError: Cannot assign null to property TikScraper\Signer::$client of type TikScraper\Interfaces\SignerInterface in /home/sysop/ProxiTok-2.4.9.3/vendor/pablouser1/tikscraper/src/Signer.php:15 Stack trace: #0 /home/sysop/ProxiTok-2.4.9.3/vendor/pablouser1/tikscraper/src/Sender.php(41): TikScraper\Signer->__construct() #1 /home/sysop/ProxiTok-2.4.9.3/vendor/pablouser1/tikscraper/src/Api.php(17): TikScraper\Sender->__construct()...

Could you please clarify what is the intended way of using 'verify_fp'? Where do I get it from and in what cases it must be set? Thanks!