TikTokAPI-Python
TikTokAPI-Python copied to clipboard
Update getTrending, getVideosByUserName and getLikesByUserName endpoint
Updated the getLikesByUserName method to have new required parameters and URL
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.
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.