Jump to content
UBot Underground

spa3212

Members
  • Content Count

    107
  • Joined

  • Last visited

Posts posted by spa3212

  1. On 9/15/2021 at 12:23 PM, myubo said:

    I FIGURED THIS OUT FINALLY!!

    People are missing C:\Users\**\AppData\Roaming\Bionize\Python Standard Library

    My "AppData\Roaming\Bionize\Python Standard Library" folder was empty.  

    Went to my old laptop on which ubot works, copied all the files from that folder onto my new laptop and uBot started just fine.  

    Please hit like if this helped you out so others know this works 😊

     

     

    You are amazing 

  2. Hi, I think this would be very simple, to create xpath but I don't why it is not scraping the data while in chrome I can see it is selecting the content I want to scrape..

     

    xpath I am using is 

     

    (//*[@class=info-tab-section menucard-imprint__section]/text())[1]

     

    webpage here , there links I want to scrape and put them in columns. https://prnt.sc/tww0j0

     

    https://www.lieferando.de/diazo-berlin

     

     

    anyhelp would be a great help

     

     

  3. Hi,

    I want to scrape post text using exbrowser plugin, I was able to scrape the whole text. But I want to scrape each line wise.

    so that scraped data should look like this.

     

    I am using this 

     alert($plugin function("ExBrowser.dll", "$ExBrowser Scrape Element", "//*[@id=\"post-body-6805714621427306847\"]/p/text()[1]"))

     

    but nothing is scraped can you guys plz help.

     

    I could scrape the test 

     alert($plugin function("ExBrowser.dll", "$ExBrowser Scrape Element", "//*[@id=\"post-body-6805714621427306847\"]/p"))

    But this add all the test in single para instead lines, I want to keep the original layout of text as like in the post..

     

    this is the post

    https://englishgrammarhindime.blogspot.com/2020/05/test.html

     

  4. Hi,

    I am looking to scrape Total Amount due from a page, using exbrowser But xpath seems to be not possible, so using 

    plugin command("ExBrowser.dll", "ExBrowser Navigate", "https://www.dallasact.com/act_webdev/dallas/showdetail2.jsp?can=00000542731000000&ownerno=0")
    set(#html,$replace($plugin function("ExBrowser.dll", "$ExBrowser Document Text"),$new line,""),"Global")
    add item to list(%PriorYearAmountDue,$find regular expression(#html,$find regular expression(#html,"(?<=Total Amount Due.*)[\\$0-9,.\\n]*")),"Don\'t Delete","Global")
    

    But its not scraping I must be doing something wrong here can you please help

×
×
  • Create New...