Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update getTrending, getVideosByUserName and getLikesByUserName endpoint #33

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

MillerMedia
Copy link

Updated the getLikesByUserName method to have new required parameters and URL

Updated the getLikesByUserName method to have new required parameters and URL
@MillerMedia
Copy link
Author

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 MillerMedia changed the title Update tiktokapi.py Update getLikesByUserName endpoint Mar 29, 2021
Add cursor parameter to allow users to get likes from new starting point
Updates to featured and username videos endpoints
@MillerMedia MillerMedia changed the title Update getLikesByUserName endpoint Update getTrending, getVideosByUserName and getLikesByUserName endpoint Mar 29, 2021
@calok64
Copy link

calok64 commented Mar 6, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants