Replies: 1 comment
-
You can try to set a custom_did that's static across all your calls to the trending method. But beyond this, I don't know if any ways to ensure you don't get duplicates back. Your best bet is increasing the count to a big number. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wrote a system to exclude duplicate tiktok clips, after detecting a duplicate, I call trending = api.trending(3) again, but it again offers me the same video, how to make a random clip selection
Beta Was this translation helpful? Give feedback.
All reactions