Releases: davidteather/TikTok-Api
V2.2.0
Release Notes
I have fixed most of the methods in a sub optimal way. Sorry that it took so long and it's not the same as before.. TikTok has changed a ton.
All get methods are limited to around 12 as selenium is still being mildly detected but it's better than none. New methods have been added please check the readme for changes to the methods.
Issues Closed:
Check the documentation for more information!
Thanks for using this API! I know most of the functions are broken, but thank TikTok for that.
V2.1.9
Release Notes
I fixed the get_Video_By_Url method and released it while working on the other fixes. You will now need chromedriver and chrome installed instead of firefox to circumvent TikTok's update.
Issues Closed:
Check the documentation for more information!
Thanks for using this API! I know most of the functions are broken, but thank TikTok for that.
V2.1.8
Release Notes
A lot of bug fixes with getting various json responses from TikTok's api. It's kind of slow, but hey it works!
Issues Closed:
Check the documentation for more information!
Thanks for using this API!
V2.1.6
Release Notes
With this release you now can download TikTok videos and get the direct video url from the actual tiktok player url.
api.getVideoByUrl(video_url, return_bytes=0)
video_url - The video you want to get url.
return_bytes - The default value is 0, when it is set to 1 the function instead returns the bytes from the video rather than just the direct url.
Issues Closed:
Check the documentation for more information!
Thanks for using this API!
V2.1.5
Release Notes
With this release you now can look at the trending hashtags and search by hashtags.
api.search_by_hashtag("hashtag", count=10)
api.get_trending_hashtags()
Searching by hashtag is slower than by user or trending, however it works. I mean that's what really matters.
Check the documentation for more information!
Thanks for using this API!
V2.1.3
Release Notes
Official PyPi release. In addition to this there are Travis CI tests on this repository now.
You can now easily install this module by doing
pip install TikTokApi
Note: you still need to follow a few installation steps and edits to environmental variables, however this is still easier and more convenient than before.
Thanks for using this API!
V2.1.2
Ignore this release, it's preparation for a PyPi release
V2.1.1
Release Notes
A small bug fix that may have resulted on different devices.
Issues Closed:
Thanks for using this API!
V2.1
Release Notes
In this release the main fix is that if you want to query over 68 TikToks, you now can!
Note: as a result of the weird TikTok database the api.userPosts() function will be relatively slow to the trending function. Sorry about this. I don't see a solution. The same function will also throw a lot of false errors if verbose is enabled. My suggestion is to leave verbose off and don't cancel it for around a minute when it hopefully should be done!
Issues Closed:
Thanks for using this API!
V2.0
Release Notes
In this release the signatures no longer expire as the program now automatically finds them.
To accomplish this there are a lot more installation instructions within the README.md, please follow them.
Issues Closed:
Future Features:
Thanks for using this API!