Tiktokapi

Latest version: v6.5.2

Safety actively analyzes 682387 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 19 of 20

2.3.0

**Release Notes**
Sorry it took so long, things changed back to how they used to be in the json format. Check the readme for the structure of these json file and how to actually get the data. Open any issues with questions or issues you have with the api!

**Issues Closed:**
* [Status 200 is always thrown](https://github.com/davidteather/TikTok-Api/issues/18)
* [UserPosts are not working](https://github.com/davidteather/TikTok-Api/issues/33)
Check the documentation for more information!

Thanks for using this API! I know most of the functions are broken, but thank TikTok for that.

2.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:**
* [search_by_hashtag](https://github.com/davidteather/TikTok-Api/issues/26)
* [Status 200 is always thrown](https://github.com/davidteather/TikTok-Api/issues/18)

Check the documentation for more information!

Thanks for using this API! I know most of the functions are broken, but thank TikTok for that.

2.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:**
* [get_Video_By_Url not working](https://github.com/davidteather/TikTok-Api/issues/19)

Check the documentation for more information!

Thanks for using this API! I know most of the functions are broken, but thank TikTok for that.

2.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:**
* [KeyError: 'body'](https://github.com/davidteather/TikTok-Api/issues/14)
* [Error getting a large amount of trending](https://github.com/davidteather/TikTok-Api/issues/3)

Check the documentation for more information!

Thanks for using this API!

2.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:**
* [Get TikTok video by URL](https://github.com/davidteather/TikTok-Api/issues/10)

Check the documentation for more information!

Thanks for using this API!

2.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!

Page 19 of 20

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.