Jump to content
UBot Underground

[Sell] Ubot Web Scraping Course - It's Finally Here!


Recommended Posts

 

Course Length: 6 hours

 

Course Contents:

 

This first part of the course will build the foundation for you so that later when we do the practicals you can see how things are put together and be able to use them in your own web scraping. This includes 10 videos:

 

  • Terms Explained
  • Element Offset, Child, Parent, Sibling
  • XML Tutorial
  • Xpath Part 1
  • Xpath Part 2
  • Pagination Part 1
  • Pagination Part 2
  • Regex Part 1
  • Regex Part 2
  • Testing The Limits (really cool)

 

After that we have the Regex Course, here is the info on that:

 

Part 1: Theory – we cover what regex is and what you can use it for
Part 2: Breaking it Down – we go over regex bit by bit
Part 3: Ubot Specific Regex – I explain what you need to know – specifically for Ubot Studio
Part 4: Practical – we go over real world examples

 

Finally, the last part is the “practical” videos where I go over real examples and film them “live” meaning not rehearsed and building scrapers I have not built before. This will show you how to start marking a scraper from the very beginning and also the roadblocks that come up and how to overcome them.

 

Practical 1. Amazon Scraper
Practical 2. Etsy Scraper

Practical 3. (Ex Browser) Alexa Scraper

 

Note: If you have the Regex Course already you can PM me or email me after you purchase this course to get the Regex Builder (regular version) for free or a $40 coupon.

 

My Guarantee To You

I want you to be happy with the product and if for some reason you are not satisfied with the product at any time I’ll give you a credit to IM Autobots for the amount of your purchase. No strings attached.

http://i.imgur.com/93PDr.jpg

 

This uses the HTTP Post plugin (paid), you don’t have to have it but it is highly recommended. We also use the Ex Browser Plugin a little bit but it is not required.

Link to post
Share on other sites

This looks like a good package, I don't have any money now but HelloInsomnia is a really nice and dependable guy so i will probably pick it up. Thanks for all your help btw with the scraping. Good luck on sales!

  • Like 1
Link to post
Share on other sites

I have one more video to go through guys and Nick always delivers the good stuff!

 

His tutorials are very easy to follow and understand even by beginners. I mean he

just makes learning very easy and simple to follow along.

 

He over delivers in this by providing actual source code used in the course for two

big sites that can be a challenge to learn from on your own plus being able to see

exactly what he's doing side by side is a no brainer.

 

I highly recommend this course for anyone as there is something to learn for all skill

levels here.

 

Great job once again Nick!

  • Like 1
Link to post
Share on other sites

Picked up the course today, still going through it but so far I'm loving the style of the training. Very easy to follow and understand what's going on!

 

Glad you like it thank you for the feedback!

 

This looks like a good package, I don't have any money now but HelloInsomnia is a really nice and dependable guy so i will probably pick it up. Thanks for all your help btw with the scraping. Good luck on sales!

 

Thanks Seana!

 

Im gonna get it too because he's my favorite ubotter and love his work.

 

That means a lot to me :)

 

I have one more video to go through guys and Nick always delivers the good stuff!

 

His tutorials are very easy to follow and understand even by beginners. I mean he

just makes learning very easy and simple to follow along.

 

He over delivers in this by providing actual source code used in the course for two

big sites that can be a challenge to learn from on your own plus being able to see

exactly what he's doing side by side is a no brainer.

 

I highly recommend this course for anyone as there is something to learn for all skill

levels here.

 

Great job once again Nick!

 

Thanks for the great feedback Chris!

 

Just picked this up, Thanks Nick.

 

Thanks Dre!

Link to post
Share on other sites
  • 2 weeks later...

Hello HelloInsomnia

.

I have a problem with russian captcha.

I wrote project:

ui stat monitor("Captcha",#captcha)
navigate("https://passport.yandex.ru/registration?mode=register&retpath=https:%2F%2Fpassport.yandex.ru%2Fpassport%3Fmode%3Dpassport&origin=passport_auth2reg","Wait")
wait for element(<class="human-confirmation-switch human-confirmation-via-captcha">,"","Appear")
click(<class="human-confirmation-switch human-confirmation-via-captcha">,"Left Click","No")
wait for element(<src=w"https://*.captcha.yandex.net/image?key=*">,"","Appear")
set(#yacapdefault,$solve captcha(<src=w"https://*.captcha.yandex.net/image?key=*">),"Global")
set(#yacapdefault,$solve captcha(<undefined=undefined>),"Global")
save element image(<class="captcha__captcha__text">,"{$special folder("Application")}\\1.jpg")
type text(<name="answer">,#yacapdefault,"Standard")

 

Image has source and css class.

<img class="captcha__captcha__text" src="https://i.captcha.yandex.net/image?key=206cQPi8CAbwXJe50Wpj3EeyJoqk3fy2"></img>

 

It has image for example:

http://4put.ru/pictures/max/1116/3429607.jpg

 

And css background-image: url("../i/post-captcha.gif");

 

http://4put.ru/pictures/max/1116/3429614.jpg

http://4put.ru/pictures/max/1116/3429616.jpg

 

How do I take a picture without css background-image: url("../i/post-captcha.gif");?

It is very important for my app.

 

 

Kindest regards.

Edited by v_ladimir
Link to post
Share on other sites
  • 3 weeks later...

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