Releases: davidteather/TikTok-Api
Releases · davidteather/TikTok-Api
V3.8.7 - Fix getUser & secUid & userPager
- Fixed Hardcoded m.tiktok.com
- Fix latin-1 encoding

V3.8.6 - Update Headers
TikTok seems to be blocking previous headers they've been updated to be more consistent with TikTok's site 
V3.8.5 - Some fix for subsequent requests
V3.8.4 - Fix Endpoints With Did
Hey! You can now do api = TikTokApi.get_instance(use_test_endpoints=True)
and it'll make requests to t.tiktok.com
which seem to be less secure and that may help you make requests!

Also did
parameter has been completely changed to custom_did
V3.8.3 - Changed a few things that might fix invalid requests
Please connect with me on LinkedIn
Consider sponsoring me on github here or donating on paypal here
Update with the following command
pip install TikTokApi --upgrade
V3.8.2 - Add Selenium Support
If playwright is bad for you do api = TikTokApi.get_instance(use_selenium=True)
Please connect with me on LinkedIn
Consider sponsoring me on github here or donating on paypal here
Update with the following command
pip install TikTokApi --upgrade
V3.8.1 - Fix Downloading Videos & More Fixes
Merge pull request #386 from davidteather/nightly
V3.8.1 - Fix Cookies & Download Videos
V3.8.0 - Fix Trending & UserPosts & Better Exception Handling & Dockerfile
You still gotta have your custom_verifyFp parameter
V3.7.9 - Update Sound & Profile Endpoints
Consider using this API as a service it supports this project here
Consider sponsoring me on github here or donating on paypal here
Connect with me on LinkedIn
Update with the following command
pip install TikTokApi --upgrade
V3.7.8 - Fix TikTok Endpoint Change
Important! See this comment for more information on how to create your own verifyFp parameter if it stops working.
More info on