Jump to content
UBot Underground

Nav to a list of urls


Recommended Posts

nice find for me on my first day playing with the bot.. thx for it.. I am wondering how easy it is to cycle back through the loop again? Ie: restart at 1 again, once its completed the url list?

is there a simple command?

 

thx again

 

load the file into a %list with $list from file:

 

add to list->%sites->$list from file(location)

 

set list position to 0 to start from the beginning from the list,

 

set list position->%sites->0

 

start a loop that runs through the total elements in your %list:

 

loop->$list total(%sites)

 

then nav to the $next list item in your %list:

 

nav->$next list item(%sites)

 

$next list item will increment $list position by 1 each time it is called, so the next time the loop runs it will grab the next item from %sites.

 

 

Link to post
Share on other sites

I'm wondering the same thing. How does this method work with a multi-column CSV file rather than a one-col sheet?

 

One example is I have a "NAME","URL" format in one of my sheets, I'll scrape, build that list, then run another bot using that sheet. I'll need to be able to open the file and call to each of the two individual columns.

 

Thanks. I agree. Awesome community!

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...