Use resources to import csv file into BAS. Define resource type as "Lines from file" and set it to "Use each line one time" if you need that behavior. Than just put resource variable in place of URL.
@sergerdn A quick question: with my other bot, when I have 100 accounts using the 'perfect fingerprint,' the bot completely freezes. Would using an external database help avoid this issue?
And if you are just trying to scrape data, you should
go with http requests with http client, It would be much
faster and would save a tons of bandwidth usage.
Is it also advisable to use http client if I want to send out emails using a webmail service? Or is there another approach appropriate? Thx!
yes sir but if i want to fill data from second line then how it is possible.because to fill data sometime script stop,if the script will start again it will fill data from starting of txt file.I want to fill data from desired line using BAS.is it possible?
In that case you can "Write File" and used lines will be deleted in case if script will stop