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
We should have an account file with just the following: { "auth_service": "", "username": "", "password": "", "location": "", "gmapkey": "", "encrypt_location": "", "config_location": "" }
Then the config_location is our base settings. We update the configs a whole lot and if you have multiple bots, that can be a lot of editing if you want to change default values.
Though, I still yearn for allowing us to enter a series of accounts we automatically switch between every so often. Decisions implementing this could make that easier or possibly harder.
Feedback welcomed.
The text was updated successfully, but these errors were encountered:
Agreed, having an account file will make things a lot easier for both new users and old. Your idea of switching between series of bot accounts might be easier with the live update code.
We should have an account file with just the following:
{ "auth_service": "", "username": "", "password": "", "location": "", "gmapkey": "", "encrypt_location": "", "config_location": "" }
Then the config_location is our base settings. We update the configs a whole lot and if you have multiple bots, that can be a lot of editing if you want to change default values.
Though, I still yearn for allowing us to enter a series of accounts we automatically switch between every so often. Decisions implementing this could make that easier or possibly harder.
Feedback welcomed.
The text was updated successfully, but these errors were encountered: