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
I'm struggling with the first step of login in TitkTok. I am running the code inside a Docker container, so I do not know how to login in to TikTok to create the cookies needed to scrap data.
Do I have to prepare the container to display a new browser window with the login layout? I'm lost at this point.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
I would leave settings and credentials as external config files, out of your docker image. That way you can create session externally and then start the container mounting the setting files with the fresh session.
Hi!
I'm struggling with the first step of login in TitkTok. I am running the code inside a Docker container, so I do not know how to login in to TikTok to create the cookies needed to scrap data.
Do I have to prepare the container to display a new browser window with the login layout? I'm lost at this point.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: