@sponkly This string a part of the Google cookies, I'm not sure how you get and how you want to use, in this case I give you an answer "as your question".
There are many possible way to get the value, I show you one of them.
We need to convert into JSON object, but for this we need to add "[" for the start and "]" at the end of your string, then convert into JSON object. After that you can access like an array element, in this case [0].value
Here is a short code example:
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.