Tiktokapi

Latest version: v6.3.0

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

Scan your dependencies

Page 19 of 20

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!

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

2.1.2

Ignore this release, it's preparation for a PyPi release

2.1.1

**Release Notes**
A small bug fix that may have resulted on different devices.

**Issues Closed:**
* [Issue with getting signature](https://github.com/davidteather/TikTok-Api/issues/3)

Thanks for using this API!

2.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:**
* [Maximum of 68 posts](https://github.com/davidteather/TikTok-Api/issues/2)

Thanks for using this API!

Page 19 of 20

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.