Jump to content
UBot Underground

Shannon

Fellow UBotter
  • Content Count

    17
  • Joined

  • Last visited

Posts posted by Shannon

  1. I just wanted to drop by and say thanks to Jane for the FTP add-on for Ubot Studio a much needed app.

     

    I have got Jane's Ubot FTP Buddy, and I can vouch for the quality of little add-on.

     

    Its works great with no hiccups. Just read the manual and/or watch the tutorials.

     

    Jane is also excellent when it comes to providing support.

     

    A great value for what it can get Ubot to do. A MUST BUY!

     

    Cheers!

    Praney

     

    Where do you see the video tutorials? All i see is the PDF

  2. I am using the scrape attribute file to scrape information from a website and save it to a list

     

    However, the issue I am running into is the scraped data is populating the list as one item.

     

    So, when I try to call the information using the next item function it is populating the field with all of the items scraped from the previous scraped attribute function as just 1 item.

     

    So if there are 7 items scraped instead of the script seeing it as 7 items it is seeing all 7 as 1 item.

     

    How do I get the items that are scraped to appear as separate items and not just one single item.

     

    For instance, this is what the debugger looks like…

     

     

    %scraped: 1 items

     

    info1

    info2

    info3

    info4

    info5

    info6

    info7

     

    When I save the scraped list to a file the items appear on a new line. so my guess would be that the program should read each item as a separate item. However, it is reading all of the items as one item.

     

    I have also tried saving the list to a file and then calling that file using the add list to list function and I am running into the same issue.

     

    Hopefully my description of this make sense :-)

  3. Basically the bot is supposed to log into WordPress and go to the update page, if there's an update it is supposed to click the update button. This bot works on 95% of computers. However, for 5% of the people they are experiencing this problem.

     

    The bot logs into WordPress then goes to the update page. However, it never clicks the update button. I cannot figure out how to get this fixed. Any thoughts?.

     

    That is what you are looking at. The bot is going to his site and going to the update page. However, it is not clicking the update button. Then, it is him going to his site and logging and showing me that the update has not been completed.

     

    Talk soon,

     

    Shannon Herod

  4. Hi Shannon, With that kind of page to scrape my only option is to use regex. Its not recommended for newbie's simply because its very complicated at first but it is a powerful tool when most of your bots are made to scrape.

     

    Go to this page http://ubotstudio.com/forum/index.php?/topic/6489-regex-101-and-beyond/ for regex introduction.

     

    Here is the sample I created whois.ubot for you to study.

     

    Regards

     

    oh boy! My head is hurting just by looking at that :-)

  5. Hey everyone,

     

    My name is Shannon Herod and I am brand new. I've actually never done any sort of programming before in my life and this is my first day with UBot.

     

    I have a question that may be pretty easy to answer.

     

    I am trying to scrape data from a table that has a lot of data in it. There is no identifying characters around the data I want to scrape and if I use the page scrape function I get a lot of miscellaneous code that I do not need.

     

    I have attached an image that shows the exact data that I'm trying to scrape…

     

     

    basically, what I'm trying to do is scrape the data in an organized format so that I can put it in a list that can be used to recall the information in a logical manner.

     

    I.e. I want to pull the name, e-mail, and address separately.

     

    Hopefully this makes sense.

     

    Any help would be greatly appreciated.

     

    Talk soon,

     

    Shannon Herod

    post-2772-0-13243200-1302034007_thumb.png

×
×
  • Create New...