Szdc Tiktok Api Versions Save

Unofficial API wrapper for TikTok

v0.4.1

4 years ago
  • 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

5 years ago
  • bug fix: tsc couldn't build projects using this library (#61)
  • chore: Updated dependencies

v0.3.5

5 years ago
  • 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

5 years ago
  • 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

5 years ago
  • 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

5 years ago
  • 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

5 years ago
  • 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

5 years ago
  • 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

5 years ago
  • 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

5 years ago
  • 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