TikTokAPI-Python icon indicating copy to clipboard operation
TikTokAPI-Python copied to clipboard

Update getTrending, getVideosByUserName and getLikesByUserName endpoint

Open MillerMedia opened this issue 3 years ago • 2 comments

Updated the getLikesByUserName method to have new required parameters and URL

MillerMedia avatar Mar 29 '21 02:03 MillerMedia

One thing to note is that any 'count' parameters over 30 do not work currently in the way this API is set up. For everything over 30, you have to get the 'cursor' and check if the 'hasMore' parameter is true and re-run an API request.

MillerMedia avatar Mar 29 '21 03:03 MillerMedia

Hi @MillerMedia ,

I tried with the changes in your file for method getVideosByUserName

but not able to get any video links in the response.

Can you please help me on this. Its urgent.

calok64 avatar Mar 06 '22 00:03 calok64