How do I update this code to v5? (creating lists with n videos by user) #918
Closed
juppcamper
started this conversation in
General
Replies: 1 comment
-
Hey V6 is out but the main issue in your code for V5 is user = api.user(username=username)
async for video in user.videos(count=n_videos):
# do something |
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
-
Hey! I wrote my bachelor thesis on TikTok last year and after some trial and error (I have no idea of Python) I finally got a code working that created a file with n videos including all information like views, likes, etc. for each user of an array. Unfortunately it stopped working at some point. Now I'd like to use it again with v5, but I guess things have changed. Can someone help me to fix it?
Beta Was this translation helpful? Give feedback.
All reactions