John Pratt
John Pratt
has anyone solved this? I was able to get it to the login screen, type in the email/password, & hit the submit button, but then it prompts me with a...
Has anyone tried rotating the ms_token or proxy we go through? It might be bot/scraping-detection on TikTok's part.
> > I've tried this any it work: in the `api.create_sessions` you should add the param `headless=False`, this will open the playwright browser on your computer and then you can...
It's a cookie that comes from the TikTok website.
if you look through the other issues, you can find that there's ways around using it but i haven't tried setting it to a placeholder value like that. the value...
nope haven't changed it at all and it seems to work fine. although i can't get user.videos to work at all. trending, user.info, comments etc all seem to work fine...
https://developers.tiktok.com/doc/tiktok-api-v1-video-list/ here's the TikTok API "list videos" endpoint the code should be hitting under user.videos, but it seems to be hitting "https://www.tiktok.com/api/post/item_list" instead of the correct "https://open-api.tiktok.com/video/list/". Maybe that's why...
@davidteather can you advise? i'm happy to make a PR fixing this if this turns out to be the issue
Launch the browser with headless=False. You should see that it prompts for you to sign in. We'll probably need some custom playwright code to get around this prompt whenever it...
@yangsu10yen could you please provide more context for your solution? Where does this "cookie" object/class come from in code?