Skip to content

Releases: davidteather/TikTok-Api

V3.2.3

16 Jun 20:18
cd8dce5
Compare
Choose a tag to compare

Added the verifyFp, which fixes SOME methods, but pyppeteer is being detected by TikTok on a lot of routes.

Working Methods (for me at time of release)

  • VideoByUrl
  • bySound
  • discover methods
  • suggested methods
  • userPosts should work
  • trending

Not working

  • byHashtag
  • byUsername
  • getUser
  • getUserObject
  • getting objects

V3.2.2

13 Jun 16:09
3a318ca
Compare
Choose a tag to compare

A few unreported bug fixes.

Consider sponsoring me on github here or donating on paypal here

Also consider using this API as a service it supports this project here

Update with the following command

pip install TikTokApi --upgrade

V3.2.0

12 Jun 23:15
2d49b11
Compare
Choose a tag to compare

Fixed an issue with the duplicating of chromedriver instances

Consider sponsoring me on github here or donating on paypal here

Also consider using this API as a service it supports this project here

Issues Closed

Update with the following command

pip install TikTokApi --upgrade

V3.1.9 - User Likes

12 Jun 13:26
3b56d93
Compare
Choose a tag to compare

I've added a few more methods (note: by default userLikes are hidden and this won't work if likes are hidden)

Consider sponsoring me on github here or donating on paypal here

Also consider using this API as a service it supports this project here

New Methods (all documented in readme.md)

  • userLikedbyUsername
  • userLiked

Update with the following command

pip install TikTokApi --upgrade

V3.1.8 - Fixed Proxies w/ Authentication

11 Jun 15:08
6057968
Compare
Choose a tag to compare

This time I actually fixed the user authentication proxies.

Consider sponsoring me on github here or donating on paypal here

Also consider using this API as a service it supports this project here

Upgrade with

pip install TikTokApi --upgrade

V3.1.7 - Proxy With Authentication Support

11 Jun 13:14
7b1374c
Compare
Choose a tag to compare

I forgot to add support for proxies with authentication in the last release so there's support for it now.

Consider sponsoring me on github here or donating on paypal here

Also consider using this API as a service it supports this project here

Upgrade with

pip install TikTokApi --upgrade

V3.1.6

10 Jun 21:52
0883464
Compare
Choose a tag to compare

I've added a few more methods, and documented a little better.

Consider sponsoring me on github here or donating on paypal here

Also consider using this API as a service it supports this project here

New Parameters

  • proxy - allows you to specify a proxy to make a call at. (Free proxies will most likely throw a BadResponseException)
  • language - made in the last release, but now documented. Is able to change the language call, but doesn't seem to do too much.

New Methods (all documented in readme.md)

  • getTikTokById
  • getTikTokByUrl
  • getSuggestedUsersbyID
  • getSuggestedUsersbyIDCrawler
  • getSuggestedHashtagsbyID
  • getSuggestedHashtagsbyIDCrawler
  • getSuggestedMusicbyID
  • getSuggestedMusicIDCrawler

Issues Closed

Update with the following command

pip install TikTokApi --upgrade

V3.1.4 - Downloading Videos W/O Watermark

07 Jun 00:18
3ff5c6d
Compare
Choose a tag to compare

I've added the ability to download videos without watermark as well as get more information about a user object.

New Methods (all documented in readme.md)

  • getUser
  • get_Video_No_Watermark

Issues Closed

Update with the following command

pip install TikTokApi --upgrade

V3.1.3 - Better asyncio & hashtag handling

05 Jun 17:24
dd5f26b
Compare
Choose a tag to compare

Update with

pip install TikTokApi --upgrade

Resolved

V3.1.2

04 Jun 16:52
4fd62ff
Compare
Choose a tag to compare

Fixed an issue that popped up today with a TikTok site change.

Upgrade

pip install TikTokApi --upgrade