@isaacjaco49111 said in join a resource with a variable:
@Fox I understand, so for example if I have 20 accounts and I want to obtain resource 18, should I create 18 resources?
Create one resource and put the data of 20 accounts in it
I made a commenting bot for one site, but before comment i must login (saving and restoring cookies doesn't work so for every comment i must log in, solve recaptcha to confirm login and then comment). So i would like to login once and then process all links from text file one by one in just one script run to avoid recaptcha solving many times. How to do that?