You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there! First of all, thanks for making this public!
I am trying to use, and even following all steps and installing all dependences, nothing happens after I run the Use commands.
It only opens a new CMD and quickly closes it.
Can you provide some more support about how to use it?
Best regards!
The text was updated successfully, but these errors were encountered:
For anyone coming here before the imminent ban, I was able to get this working for most videos. A few things I could remember:
This codebase looks for Date and Link in ItemFavoriteList. My exported data had lowercase date and link, so I changed the search keys in the code
For Python 3.12, I did pip install playwright==1.39.0 and it installed and ran without errors
TikTok-Api looks for an @ symbol in the video link as validation. My links were of form https://www.tiktokv.com/share/video/123456789/, so I did a replace on /share and made it /@share to bypass this validation
Hi there! First of all, thanks for making this public!
I am trying to use, and even following all steps and installing all dependences, nothing happens after I run the Use commands.
It only opens a new CMD and quickly closes it.
Can you provide some more support about how to use it?
Best regards!
The text was updated successfully, but these errors were encountered: