Jump to content
UBot Underground

Calling all UBOT Experts, can you help figure this out...


Recommended Posts

Hi, I need help from the Ubot community, I am new to Ubot but have played alot with the software and I must say this stuff is addictive ;) However I'm on my first project and I'm pulling my hair out trying to figure out how to scrape an email address from a page, its quite complicated to explain so I produced a 4min video here it is:

 

I hope someone can help me out here, I'm dying to continue with this project.

 

Thanks

Edited by luvmedia
Link to post
Share on other sites

I looked into regex and went through all the Regex training materials, however regex looks at the source code right? but how does regex find the area to scrape, can I use a variable in a regex script? hope that makes sense

Edited by luvmedia
Link to post
Share on other sites

If it's your variable "smart" the determines the name of the email account can't you take the content of "smart" at the time of creation and append .mailparser.jo to it?

 

Then there would be no need to scrape.

Link to post
Share on other sites

I looked into regex and went through all the Regex training materials, however regex looks at the source code right? but how does regex find the area to scrape, can I use a variable in a regex script? hope that makes sense

Regex in general looks at string, which can be anything, even source code as you mention above.

 

To scrape with regex you need to use "scrape attribute" command and select "Regular Expression" instead of "Exact Match"/"Wildcards.

 

And yes, you can use variables inside regex with "$element from text" function, you just need to make sure that variable value is escaped properlly. http://msdn.microsoft.com/en-us/library/4edbef7e(v=vs.110).aspx

Link to post
Share on other sites

Keep it simple scrap them all to a list before you clone the account, then scrap them all after the accounts had been cloned to a second list. Then just compare the two lists

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