This repository has been archived by the owner on Sep 10, 2021. It is now read-only.
Releases: szdc/tiktok-api
Releases · szdc/tiktok-api
v0.4.1
- Added a method
getPost
to retrieve a single post - Added methods
getSticker
andgetStickers
to retrieve information about stickers - Added a method
listPostsBySticker
to list posts using a sticker - Updated fields in the
Post
interface to match changes in response data - deps: Updated axios to address security vulnerability (axios/axios#1098)
v0.4.0
v0.3.5
v0.3.4
- Added support for TikTok v9.1.0
- Added a method
getQRCode
for retrieving a user's QR code - Added a method
loginWithUsername
for logging in with a username - Added a method
canStartLiveStream
for checking if the user can start live streams - Added methods
createLiveStreamRoom
andstartLiveStream
for starting a live stream - Added a method
endLiveStream
for ending a live stream - Added a method
updateLiveStreamStatus
for updating the status of a live stream
v0.3.3
- Added a method
listPostsInHashtag
to list posts in a hashtag - Added a method
listReceivedFollowRequests
to list received follow requests - Added a method
approveFollowRequest
to approve a follow request - Added a method
rejectFollowRequest
to reject a follow request - Simplified how types are imported in the main API file
v0.3.2
v0.3.1
v0.3.0
- major change: renamed repository to
tiktok-api
(wasmusically-api
) as Musical.ly was merged into TikTok - Added a method
listFollowing
to list the users that a user follows - Added a method
follow
to follow a user - Added a method
unfollow
to stop following a user - Added a method
like
to like a post - Added a method
unlike
to unlike a post