Mandy Singh
Mandy Singh
Thanks @kgoedecke . I did come across it and tried setting up on my mac. After some struggle was able to get it to work ( as it required an...
Changing line 434 from git diff-tree --stat --summary --find-copies-harder $oldrev..$newrev to git diff $oldrev..$newrev works.
Hey @zvictor, Could you please provide some info on how to use this functionality. I tried - const posts = await TikTokScraper.hashtag(hashtag, { number: 500, sessionList: ['sid_tt=123;'], throttlelimit: 2, throttleinterval:...
Facing the same issue. ./node_modules/tiktok-scraper/bin/cli.js hashtag mytag -n 100 --since 1661451076 --session sid_tt=123 --filename results --filetype csv I get back results in the below order createTime **1661451076** 1661243660 1661517950 1661447970...
Have seen this issue before. Had to upgrade to node 12.x for it to work.
When I had upgraded to node 14.X it didn’t work for me. It worked only on node 12.x. You can try that or try installing node canvas separately as mostly...