Skip to content

Releases: davidteather/TikTok-Api

V3.1.1

14 May 18:37
bb89013
Compare
Choose a tag to compare

This release has allowed for a greater number of TikToks to be returned with the count parameter.

Update with the following command

pip install TikTokApi --upgrade

Consider sponsoring me here or making a one time donation here

V3.1.0

13 May 19:53
bce6edf
Compare
Choose a tag to compare

I have added a ton of new methods listed below. Consider sponsoring me here or making a one time donation here

New Methods (all documented in readme.md)

  • byUsername
  • bySound
  • getMusicObject
  • byHashtag
  • getHashtagObject
  • discoverHashtags
  • discoverMusic
  • getUserObject

Issues Closed

Update with the following command

pip install TikTokApi --upgrade

V3.0.1

10 May 02:01
792ae46
Compare
Choose a tag to compare

Release Notes

I added a few more methods to download videos by, you can find a brief overview of them on the downloading tiktoks example.

Addedmethods

  • get_Video_By_TikTok(tiktok_dictionary) - returns bytes
  • get_Video_By_DownloadURL(download_url) - returns bytes by a download url

Thanks for using this API!
Consider donating here for continual support.

V3.0.0

07 May 22:09
d3fd628
Compare
Choose a tag to compare

Release Notes

I actually had time to come fix this API at least a little bit. There's some methods that I have no been able to fix yet, but the most important three (in my opinion) have been fixed. The api is also more lightweight and you no longer need browsermob-proxy or java installed.

Working methods

  • trending
  • userPosts
  • get_Video_By_Url (still requires chrome-driver to be installed)

Currently broken methods

  • getUserObject (help wanted)
  • bySound (help wanted)
  • quit_browser (no longer needed)
  • get_trending_hashtags
  • search_by_hashtag

Thanks for using this API!
Consider donating here for continual support.

V2.3.5

31 Dec 19:53
28a7c91
Compare
Choose a tag to compare

Release Notes

Added the search_by_sound method as well as changed the UserPosts method allowing to search by username not secUid and id.

Thanks for using this API!

V2.3.4

28 Dec 21:10
e689018
Compare
Choose a tag to compare

Fixed an issue when searching by hashtag.

Thanks for using this API. If you like it give it a star.

V2.3.3

24 Dec 18:42
41d634b
Compare
Choose a tag to compare

In this update I fixed a few bugs that were present in the api.

The get video function works now without giving any errors. As well as it got moved to chrome browser and should be faster.

A new function was added that allows you to see the “trending for you” that is based on what video. Check the readme for more information.

Thanks for using this api!

V2.3.1

22 Dec 16:24
c2bed6a
Compare
Choose a tag to compare

I forgot to take out some print statements for debugging so I did that in this release. That's all that has changed in this update.

V2.3.0

20 Dec 19:08
7f88607
Compare
Choose a tag to compare

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:

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

V2.2.0

17 Nov 21:53
ec46070
Compare
Choose a tag to compare

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.