Jump to content
UBot Underground

hoanglo

Members
  • Content Count

    37
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by hoanglo

  1. Hi, This is the first time I try to build a bot that can multi-thread and everything is still very confusing to me. Here's the gist of the bot I'm trying to build: So I have a list of several thousand items to analyze. I want to analyze 10 items at a time. (10 items will not be finished at the same time) . I want when an item finishes, the bot moves on to the next item that hasn't been analyzed on the list until the end. Please suggest the overall structure of this multi-thread bot. And it'd be awesome if anyone can explain how to use thread spawn or point me to a tutorial. Thank you very
  2. Hi, I see the in new browser command opens a new browser and then closes it when finished. Can I keep 2 browsers running at the same time to switch between them?
  3. I use the 'download file' command. Download URL is the Image URL
  4. Hi, I'm trying to upload G+ profile image however the click command doesn't give me the popup window to select the image file. When I right click on the button, it says 'change attribute' not 'click'. Please let me know how you guys would do this. Thanks
  5. Thanks so much for the reply. I think I have solved it.. I had to add a 'wait for browser event' and wait for everything loaded until I download the image from $url.
  6. Hi, I'm trying to make bot that grabs a random image from Google image search and save it for later use. I've tried several commands such as save browser image and save element image but I can't seem to get Ubot to save image from a page that only has the image on it. I tried download file command as well. It saved the file but it's a broken image file. Please let me know how you guys would download the image. Thanks
  7. Hello When I make bots, I find myself making main commands first then commands like loop and if later. Each time I make a loop/if command I have to drag and drop each command into the loop/if. Is there a way to select multiple commands and copy/move them at once? That would save a little bit of time. Thanks
  8. Hi, I just bought Ubot and am still trying to figure out all the commands and features.... While testing Ubot I also test Zennoposter. Zennoposter seems to be more difficult to use, it has 2 really cool features. 1. Article getter. It can get the main article of any page (without having to specify the scrape command). 2. Content Analyzer. It can take a piece of text and analyze topic of the text. Does Ubot have the above features or are there any workarounds? Thanks
  9. Thank you. I tried element offset and was successful at getting a specific element of the page, though it takes a bit of guessing. Thank you. I will try your plugin. Update: your plugin is awesome. It's so easy to select the specific element now. Thank you
  10. Hello, I just bought Ubot for several days. I've watched some videos about scraping with Ubot but I'm still trying to figure it out. I think Ubot is awesome for scraping multiple similar results on a page. Now I want to scrape just one element, e.g. the person's name on this website http://www.fakenamegenerator.com/. The element is inside an <h3>. It will scrape every innertexts of H3 elements on a page if I set the element to scrape. <tagname="h3">, which I don't want. Is there a way to slect element to scrape with ubot by pinpointing using selectors like this in Winautomati
×
×
  • Create New...