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

Is this still working? #14

Open
YanMatheus opened this issue Aug 30, 2023 · 1 comment
Open

Is this still working? #14

YanMatheus opened this issue Aug 30, 2023 · 1 comment

Comments

@YanMatheus
Copy link

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!

@sam-s3piol
Copy link

For anyone coming here before the imminent ban, I was able to get this working for most videos. A few things I could remember:

  1. 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
  2. For Python 3.12, I did pip install playwright==1.39.0 and it installed and ran without errors
  3. 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

Big thank you to @samirelanduk, this was awesome!

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

No branches or pull requests

2 participants