Jump to content
UBot Underground

Help/Tutorial - Clicking "keyword/search phrase" link / Email address scrape


Recommended Posts

Hi All,

 

I'm a newbie to Ubot, and I'm trying to figure out where I can find tutorials to do the following:

 

- Make the bot search for "key phrases" in the web page and click on it, if it is a link (i.e: search for "about us" on a web page.. and then make the bot click it if it is a link).

 

- Make a bot to search for email addresses in an entire website and scrape it into a list

 

If any one can direct me to any tutorials that would be greatly appreciated!

 

Thank you

Link to post
Share on other sites

I think you should start here:

http://ubotstudio.com/tutorials.aspx

 

-code for clicking about us:

click(<innertext="about us">, "Left Click", "No")

-scraping email is a bit more complicated, since it can be displayed in different ways on different pages, and you should probably use regular expression.

 

Hope that helps.

Link to post
Share on other sites

Thanks.. appreciate the quick help!

 

I tried the code.. but for some reason when I run the script it doesn't do anything. Any idea what may be the problem?

Link to post
Share on other sites

It might be text casing (try with "About Us") or anything else...I can't help you much without the actual html you are seeing there (this might work but it could potentially click link twice

 

if there are 2 matches on the page)

 

I think you should really go through tutorials so you get a better understanding of UBot and even find your own way to click that text (It's not that hard, you just go into select element mode and click on that link, and UBot should find the best identifier).

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