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

How to use the package in Docker container #278

Open
Huertas97 opened this issue Oct 28, 2022 · 1 comment
Open

How to use the package in Docker container #278

Huertas97 opened this issue Oct 28, 2022 · 1 comment

Comments

@Huertas97
Copy link

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.

@jbelinchonm
Copy link

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.

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