-
Hi! First of all thanks for sharing this, it's really helpful.
I'm trying to run the program like this:
```node browser.js "https://m.tiktok.com/node/video/feed"```
and this is throwing this …
-
-
-
It seems that the scraper doesn't work anymore, I tried to debug it and I received status code 200 in the body response of video requests (not 0), maybe the signature or something else has changed in …
-
Following is the url I am trying to generate the URL with
```
node browser.js "https://m.tiktok.com/share/item/list?secUid=MS4wLjABAAAAiWABcA0z8O_trkXaALB5r2El1C8oUVABE3dGlt8AnxY&id=16631823&type=1…
-
Hello, it's great to have other developers working on the api for tiktok :)
I generated a signature but it's invalid, in the read.me file it's suggest to replace the tac token in the signature.js f…
-
Hi @drawrowfly
Currently, your node module supports for searching by hashtag, user, trend, music. Do you know a way to search by keyword? Are you planing to add "search by keyword" to this module?…
-
Hello,
When i try to generate a signature, i have always the same key: "s0Ju9AAgEBDs0t-zd4dzFLNCb-AAO0V"
Do you have some information on how it works.
Thanks a lot.
-
It was working till February 12th.But today when I tried it its not working.Even the trending.py script is not working.Its just returning {'statusCode': 200, 'contentType': 'application/json', 'conten…
-
**Describe the bug**
The request to `"https://m.tiktok.com/share/item/list?secUid=&id=&type=5&count=30&minCursor=0&maxCursor=0&shareUid=&_signature=" + self.signature` always results in a 200 code
…
-
When runnning with nodejs v10.18.1 and installed with Yarn or npm, I receive this error when trying $tiktok-scraper --help
internal/modules/cjs/loader.js:638
throw err;
^
Error: Cannot…