@abeme said in How can i confirm instagram account?:
So how can i get a code and then write it. Maybe somehow open 2 google tab or i don't know.
0414a56e-95ed-43e1-867d-fb31ceea028b-изображение.png
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.