Jump to content
UBot Underground

Scrape / Loop / If / Then / Navigate


Recommended Posts

Hi guys,

 

Building what I would say is a pretty simple bot and I'm stuck with the loop section:

 

It does this -

 

add list to list > scrape attribute > loop > list total > increment {#position} > navigate > list item >

 

It all works but I want to use an "if / then" statement to leave page if (http) is found

 

Then navigate and scrape until (no http) is found then click a button

 

Cannot get that to work :/

 

Any pro's help would be appreciated.

 

:)

Edited by newbot
Link to post
Share on other sites

Logic sounds good are you scraping the same site or multiple sites with same footprint.

 

My recommendations

Get the bot working on one page then try it on multiple if not working redo way you scrape( if pages are similar)

Link to post
Share on other sites

 

Is this something you are looking for? 

 

if($comparison($url, "=", "URLHERE")) {
    then {
       DO NEXT STAGE
    }
    else {
    }
}

 

Thank you - tried similar.

 

Will try again inside the loop

 

:)

Link to post
Share on other sites

Well i bought it like a moth ago and i have returned about 400$ from that amount so your investment will surely return just like mine did!

 

 

Yeah I'm going too when I can afford it as I want to start selling my BOTS like you do soon :)

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...