Releases: davidteather/TikTok-Api
V3.5.1 - Fix non-latin Hashtags
TikTok was handling non-latin hashtags strangely before, but they changed it and are handling it like an actual company so I've updated the code to do that.
Consider sponsoring me on github here or donating on paypal here
Also, consider using this API as a service it supports this project here
Update with the following command
pip install TikTokApi --upgrade
V3.5.0 - Added before & after parameters
You can now pass before & after parameters, which are unix epochs to all methods, but note for some it may not work. The only one I know is that doesn't work is trending.
Resolved
Consider sponsoring me on github here or donating on paypal here
Also, consider using this API as a service it supports this project here
Update with the following command
pip install TikTokApi --upgrade
V3.4.9 - Fixed Search For Methods
V3.4.8 - Search for users/hashtags/music methods
I have cleaned the code, and I have added methods to search for hashtags, users, and music by a keyword. I'm also quarantined for the next two weeks so if you want me to add anything now's the time to request it.
New Methods
Consider sponsoring me on github here or donating on paypal here
Also, consider using this API as a service it supports this project here
Update with the following command
pip install TikTokApi --upgrade
V3.4.7 - Fix Error and added new methods
Hey, there's been quite a few changes to the code and stuff. Code is also cleaner now.
Fixed
New Methods
There's a few new methods dealing with a user paging system.
Consider sponsoring me on github here or donating on paypal here
Also consider using this API as a service it supports this project here
Update with the following command
pip install TikTokApi --upgrade
V3.4.6 - Async "Fix"
V3.4.5 - Uses Current Thread
V3.4.4 - Fixes An Issue with No Watermark method
This release fixes an issue that was getting errors for the no watermark endpoint. Unfortunately, the only videos before July 27th still applies to the constraints of that method.
Consider sponsoring me on github here or donating on paypal here
Also consider using this API as a service it supports this project here
Update with the following command
pip install TikTokApi --upgrade