Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Releases: szdc/tiktok-api

v0.4.1

01 Jun 07:29
Compare
Choose a tag to compare
  • Added a method getPost to retrieve a single post
  • Added methods getSticker and getStickers 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

11 Dec 13:57
Compare
Choose a tag to compare
  • bug fix: tsc couldn't build projects using this library (#61)
  • chore: Updated dependencies

v0.3.5

11 Dec 13:01
Compare
Choose a tag to compare
  • bug fix: tsc couldn't build projects using this library (#61) fixed in 0.4.0
  • refactor: Cleaned up artifacts published to npm

v0.3.4

03 Dec 13:10
Compare
Choose a tag to compare
  • 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 and startLiveStream 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

16 Nov 12:07
Compare
Choose a tag to compare
  • 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

28 Aug 14:00
Compare
Choose a tag to compare
  • Added a method listForYouFeed to list posts in the For You feed
  • Added a method listFollowingFeed to list posts in the Following feed
  • Added a method joinLiveStream to join a live stream
  • Added a method leaveLiveStream to leave a live stream

v0.3.1

22 Aug 13:10
Compare
Choose a tag to compare
  • Added a method listCategories to list popular categories/hashtags
  • Added a method searchUsers to search users
  • Added a method searchHashtags to search hashtags

v0.3.0

08 Aug 13:28
Compare
Choose a tag to compare
  • major change: renamed repository to tiktok-api (was musically-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

v0.2.0

13 Jul 15:11
Compare
Choose a tag to compare
  • Added a method getUser to list a user's profile
  • Added a method listPosts to list a user's posts
  • breaking change: renamed ListFollowerRequest (and response) to ListFollowersRequest

v0.1.0

30 Jun 09:15
Compare
Choose a tag to compare
  • Added a method listFollowers to list a specific user's followers
  • Added a required user-defined signURL method that is responsible for signing a request URL with anti-spam parameters
  • bug fix: cookies are now included in subsequent requests