tiktok-scraper

TikTok Scraper. Download video posts, collect user/trend/hashtag/music feed metadata, sign URL and etc.

Downloads
4K
Stars
4.2K
Committers
33

Bot releases are hidden (Show)

tiktok-scraper - Merging PR's Latest Release

Published by drawrowfly over 3 years ago

Merged PR's:
#582
#559
#541

tiktok-scraper - Patch

Published by drawrowfly over 3 years ago

Merged PR's:
#563

Closed Issues:
#502
#544
#561

tiktok-scraper - user_agent query

Published by drawrowfly almost 4 years ago

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

tiktok-scraper - verifyFp

Published by drawrowfly almost 4 years ago

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

tiktok-scraper - user-agent randomization

Published by drawrowfly almost 4 years ago

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