"use each line one time" along with "Only read" setting.
That way each thread will start new browser instance and
use new resource line because its set to use each line only
one time. When all proxies are used one time, script will
finish.
I have a list of 100 groups to post to and 10 accounts.
I want to post
1 account to post 10 groups,
Account 2 will post 10 groups
account 3 account 4 will post like this
and can run multi-threaded without duplicate data of those 100 groups
I manage groups and accounts on Database
any ideas can help me
thank
There are multiple sollutions. The easiest is to
simply set it in resource files themselfs. So you
can create txt or csv file with accounts where
you will copy same account 10 times and that
resource file will have same number of lines like
list of groups - in your case 100.