@UserTrue Thank you for your advice. Yes, at first I tried the built in mongodb with it's module. It made me quite fast switch over to MySQL and the appropriate node.js module ;)
How to process next line from resource file in one script run?
-
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?