Releases: davidteather/TikTok-Api
V3.2.3
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
V3.2.0
V3.1.9 - User Likes
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
V3.1.7 - Proxy With Authentication Support
V3.1.6
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
V3.1.3 - Better asyncio & hashtag handling
V3.1.2
Fixed an issue that popped up today with a TikTok site change.
Upgrade
pip install TikTokApi --upgrade