-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Multiple Account - Cookies #133
Comments
You need one However, if you log out of one account and log back into another, logging out will invalidate the session tokens from your previous account. I solved this in two ways:
If you have any more questions, let me know! |
This is really simple good solution. Problem solved. Now I can easily manage multiple account. Thank you! |
Let me clarify this issue because I spent some time on finding the solution. |
Hi @wkaisertexas , this is really nice code, I've been using this for last few months.
I'm doing multiple accounts, creating 1 folder for each accounts (upload.py, cookies.txt, mp4 video), everytime I want to switch account (running from different folder), I need to re-download the cookies from get locally to use it in order to make it work, otherwise the tiktok won't login automatically using cookies.
Is there a way to use the cookies file back and forth?
Thank you
The text was updated successfully, but these errors were encountered: