Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Store user session between farmer runs #59

Open
MrBartusek opened this issue Sep 28, 2022 · 2 comments
Open

Store user session between farmer runs #59

MrBartusek opened this issue Sep 28, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@MrBartusek
Copy link
Contributor

Hey! Currently, capsule farmer runs on default selenium configuration, which means cookies or other session data are lost upon closing the driver. This is not really an issue while using autologin but becomes one when using 2FA. If you want to run farmer on PI or autostart you need to paste the 2fa code each time when starting the app. When cookies will be stored between sessions you won't need to. This is not really a hard fix and selenium has such feature built in. https://stackoverflow.com/questions/39183753/saving-chrome-cookies-selenium

@LeagueOfPoro
Copy link
Owner

This actually was in the early version of the program, but it created quite a lot of headaches when using more the one instance.

However, since there's a config file now, it could be brought back.

@LeagueOfPoro LeagueOfPoro added the enhancement New feature or request label Sep 28, 2022
@Neblinio
Copy link

I am very interested in this functionality, please consider re-adding it.
For eSports season 2023 I'm planning on automating capsule farmer as much as possible, using my main account (2FA enabled) + secondary account (no 2FA). Cookies preservation would make this much faster and easier. Thanks in advance.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants