avilash / TikTokAPI-Python

TikTok API Python Wrapper
http://avilashkumar.com/TikTokAPI-Python/
MIT License
442 stars 114 forks source link

Update getTrending, getVideosByUserName and getLikesByUserName endpoint #33

Open MillerMedia opened 3 years ago

MillerMedia commented 3 years ago

Updated the getLikesByUserName method to have new required parameters and URL

MillerMedia commented 3 years ago

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.

calok64 commented 2 years ago

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.