this is only an example. This is an auto login in gmail account, but you can get the flow of it
VERSION BUILD=6240709 RECORDER=FX
TAB T=1
TAB CLOSEALLOTHERS
SET !DATASOURCE C:\Users\rap\Desktop\links.csv *
SET !DATASOURCE_COLUMNS 5
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO=https://www.google.com/accounts/ServiceLogin?service=mail&passive=true&rm=false&continue=http%3A%2F%2Fmail.google.com%2Fmail%2F%3Fui%3Dhtml%26zy%3Dl&bsv=zpwhtygjntrz&scc=1<mpl=default<mplcache=2
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:
https://www.google.com/accounts/ServiceLoginAuth?service=mail ATTR=ID:Email CONTENT={{!COL1}}
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT

ASSWORD FORM=ACTION:
https://www.google.com/accounts/ServiceLoginAuth?service=mail ATTR=ID

asswd CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:gaia_loginform ATTR=NAME:signIn&&VALUE:Sign<SP>in
-----------------------------------
On your links.csv
the col 1 would be the usernames
col2 is the passwords
:tee: