Jump to content
UBot Underground

sonneti

Fellow UBotter
  • Content Count

    54
  • Joined

  • Last visited

Posts posted by sonneti

  1. Can someone help me understand the limitations of ubot by letting me know if it can handles these hypothetical scenarios?

     

    Can ubot...

     

    * go to a webpage and download any PDFs it finds to a folder?

    * search for goldfish on Google images and download the first 3 pages of images to a folder?

    * search for goldfish on Google images and download only images with the word 'fish' in the filename?

    * scrape the product names and prices of an ecommerce competitor and output to a csv?

    * check each page of a website for empty <title></title> tags, and output to a csv?

    * use a min-max random delay between actions e.g. RAND(3, 6)

    * use regex to select elements/attributes?

     

    Finally, do you need an active internet connection at all times to run ubot? Or can it run offline?

     

    Thanks in advance!

     

     

    Yeah I think this is all possible.. not sure what regex is but you can easily search and select for attributes on a page.

     

    Not sure how I would go about downloading .pdf's but you could create a list of them quite easily & then rip later.

     

    Don't forget there is a 30 day money back guarantee.

  2. jackfitz,

     

    Your last post will read in a .csv just fine. But it won't split a csv with multiple columns into multiple lists.

     

    I've attached a bot that will split a CSV file and show the results in the stats monitor.

    Just enter either 0, 1, or 2 for the row you want returned. hth

     

    Cheers for the example :D

×
×
  • Create New...