On the Cashier website, lottery results are displayed in the console in the form of objects.
I can give a right-click on the Object line, which contains all the contest data, and then click on "Store as global variables".
A variable with the name "temp1" is created.
Then, I can export such data by giving another right-click on temp1 and clicking "Save as ...".
Then, an external file is generated that I can import later.
Well, what I would like is to automate this process through command lines.
Whether through this medium, store and save, or through some other that you think is simpler and more effective.
Anyway, can you give me some help?
Thank you !!!