I am somehow not that knowledgable when it comes to manipulating settings of the ZennoPoster (I mostly have run most of my bots from the projectmaker within)
Now my question is: I have like a list in a text file
list.txt:
blabla1
blabla2
blabla3
etc.
I want to let ZennoPoster run for EACH entry one instance of my bot. Like in the example above, 3 instances. My bot reads the textfile, takes the first line, deletes the first line and saves the file -> so when the second instance opens the same text file, it takes the new entry (now first) list entry and so on until the list is empty and all needed instances are opened.
Now, how can I specify from within my bot that I want to open a certain number of instances in ZennoPoster depending on the lines/entries of a text file?
I don't want to specify the number of instances via hand, I want to let the bot do it by itself.
Thanks guys,
Now my question is: I have like a list in a text file
list.txt:
blabla1
blabla2
blabla3
etc.
I want to let ZennoPoster run for EACH entry one instance of my bot. Like in the example above, 3 instances. My bot reads the textfile, takes the first line, deletes the first line and saves the file -> so when the second instance opens the same text file, it takes the new entry (now first) list entry and so on until the list is empty and all needed instances are opened.
Now, how can I specify from within my bot that I want to open a certain number of instances in ZennoPoster depending on the lines/entries of a text file?
I don't want to specify the number of instances via hand, I want to let the bot do it by itself.
Thanks guys,