Choose random variable to post as text

i am trying to automate a chat site i own to randomly post quotes related the the topic every 10-30 minutes. how can i do this?

this is my code

{
“Command”: “type”,
“Target”: “id=content”,
“Value”: “QUOTE 1 GOES HERE”
},
{
“Command”: “type”,
“Target”: “id=content”,
“Value”: “QUOTE 1 GOES HERE”
},
{
“Command”: “type”,
“Target”: “id=content”,
“Value”: “QUOTE 2 GOES HERE”
},
{
“Command”: “type”,
“Target”: “id=content”,
“Value”: “QUOTE 3 GOES HERE”
},

I want the bot to select a random quote and post it.

I also want the script to re-run itself every 30 minutes but i cannot find a way to loop based on time.

clearly i have no idea what i am doing as i am a frontend developer but i see a lot of promise with Vision and once i get the kinks ironed out, i think this can be a powerful too.

thanks for the help!

to select random i would use javascript
you could use command executeScript_Sandbox for this and return the string with the quote.
To schedule it, I’d use WindowsScheduler and make a code in PowerShell to open the macro automatically (there’s tutorial in the official page for this and posts also on this)

There are more solution to do this csv + random line to choice is the easy and fast solution

With a batch file you can run it and with ping command you can schedule the execution