export list of videos to excel #749
Unanswered
meghandowell
asked this question in
Q&A
Replies: 1 comment
-
You could export it to a csv using pandas's .to_csv method on the dataframe |
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 want to save the output to excel and collect the user name, caption, date posted, and video URL. Is this possible and if so, how would I write it?
Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions