@YounesGa To have each thread use only 1 line, set the value "max success usage: 1", "max number of simultaneous use: 1".
This is equivalent to the fact that after the flow finishes running with a result of Success, the already used proxy line will not be used again, whereas if there is an error, it will be reused 999999999 times and only one line. for each stream
290a12f6-98cf-4378-9d4c-72a246339adb-image.png
How can I save all account details I created to a .txt file
-
Hi guys first post here! I have managed to make a simple bot which signs up for a website, and I have used resources for user + pass generation, and an email list. (so for so good!)
What I need to learn next is how I can output this data into a .txt or a .csv file so that I have all account details logged and can be used in the future
any help would be greatly appreciated!!
thanks in advance guys
-
@jamroy said in How can I save all account details I created to a .txt file:
Hi guys first post here! I have managed to make a simple bot which signs up for a website, and I have used resources for user + pass generation, and an email list. (so for so good!)
What I need to learn next is how I can output this data into a .txt or a .csv file so that I have all account details logged and can be used in the future
any help would be greatly appreciated!!
thanks in advance guys
Use the resource "FilesFromDirectory" with the option "Only write"
-
@fox Thanks for the help so far. I have created this, but what I am struggling with is making script know to write the usernames, email and password to this directory. I'm sure its something simple I am missing. would it help if I were to upload the bot project?
-
@jamroy said in How can I save all account details I created to a .txt file:
@fox Thanks for the help so far. I have created this, but what I am struggling with is making script know to write the usernames, email and password to this directory. I'm sure its something simple I am missing. would it help if I were to upload the bot project?


test script
-
@fox still having trouble getting this to work :( sorry for being a pain. I have pretty much set mine up simular to yours, however when I test, no data is being written out. Is there any tutorials with video examples available for this which could be of use? I have tried looking everywhere cant seem to find any
-
@jamroy said in How can I save all account details I created to a .txt file:
@fox still having trouble getting this to work :( sorry for being a pain. I have pretty much set mine up simular to yours, however when I test, no data is being written out. Is there any tutorials with video examples available for this which could be of use? I have tried looking everywhere cant seem to find any
Start with the official channel
https://www.youtube.com/channel/UC_fHAkJk4dNj8gnFbt55tHg/videos -
@fox Would you say this resource https://wiki.bablosoft.com/doku.php?id=tutorial3&s[]=account&s[]=creator would be the best for what I am trying to achieve? Looks like the closest thing I could find, but would this give me the results im trying to get? thanks
-
@jamroy said in How can I save all account details I created to a .txt file:
@fox Would you say this resource https://wiki.bablosoft.com/doku.php?id=tutorial3&s[]=account&s[]=creator would be the best for what I am trying to achieve? Looks like the closest thing I could find, but would this give me the results im trying to get? thanks
This is a tutorial on working with a database, you said that you want to save data to a txt file.