For migration you will need:
- installed application Multilogin;
- the user's app.properties file;
- user token from gologin and multilogin;
Action sequence:
- install Multilogin if it has not been installed before;
- in the ~/.multiloginapp.com directory we put the user's app.properties file;
- in the settings file (app.properties) add the line
multiloginapp.port = port_numberso that multilogin works on a specific port; - launch the Multilogin application (in this case, we must immediately get into the user profile without authentication);
- in the config.py file, assign a value to the variables MULTILOGIN_TOKEN, MULTILOGIN_PORT, GOLOGIN_TOKEN;
- run the main.py script
To copy a specific profile, you must:
- comment out lines 10-23
- uncomment lines 25-33
- in line 27, instead of 'NaMe Of PrOfiLe', enter the name of the multilogin profile for migration