Skip to content

Releases: davidteather/TikTok-Api

V2.1.9

04 Nov 22:45
552b847
Compare
Choose a tag to compare

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

17 Oct 23:56
667289a
Compare
Choose a tag to compare

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

05 Oct 04:53
71d5826
Compare
Choose a tag to compare

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

15 Sep 00:56
d42abc0
Compare
Choose a tag to compare

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

14 Sep 03:45
Compare
Choose a tag to compare

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

12 Sep 21:06
Compare
Choose a tag to compare

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

V2.1.1

12 Sep 21:01
6d1cbd5
Compare
Choose a tag to compare

Release Notes

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

Issues Closed:

Thanks for using this API!

V2.1

28 Aug 00:43
Compare
Choose a tag to compare

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

27 Aug 22:04
Compare
Choose a tag to compare

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!

Initial Release

27 Aug 20:28
Compare
Choose a tag to compare

This is the first release of this TikTok-Api. You must specify what signatures to use in this version, they typically last only a few days at most.

V2 coming soon with automatic signature detection.