Skip to content

Releases: drawrowfly/tiktok-scraper

Merging PR's

01 Jul 14:06
Compare
Choose a tag to compare

Patch

07 Jun 19:27
Compare
Choose a tag to compare

Merged PR's:
#563

Closed Issues:
#502
#544
#561

user_agent query

16 Dec 10:13
Compare
Choose a tag to compare

Most of the methods in all previous versions(before @1.4.6) stopped working due to missing user_agent query value in the request

verifyFp

15 Nov 16:54
Compare
Choose a tag to compare

verifyFp is used to validate the request.

While using proxy there are high chances for the request to get blocked by captcha, verifyFp can help to avoid request being blocked. For now this value is hardcoded, later i will implement a way to generate valid verifyFp value and captcha solver

user-agent randomization

10 Nov 10:55
Compare
Choose a tag to compare

TikTok has tendency to block user-agents(captcha), so in this release i have added small method that will generate random user-agent with random(fake) versions, while testing i didn't encounter any issues