Jump to content
UBot Underground

scriptbit

Members
  • Content Count

    41
  • Joined

  • Last visited

Everything posted by scriptbit

  1. I'm unable to scrape the page text from this url: http://ftr.fivefilters.org/makefulltextfeed.php?url=http:%2F%2Fwww.latimes.com%2Ftopic%2Fdisasters-accidents%2Ftransportation-disasters-accidents%2Ftraffic-accidents%2F03010001-topic.html&max=10 After checking the forum and asking in the Skype Ubot group, several people said due to being XML that Ubot does not work with XML and said I needed a plugin to scrape the XML generated page text. Several people recommended the XML plugin found here: http://network.ubotstudio.com/forum/index.php/topic/13088-ubot-xml-plugin-ubot-discount/
  2. http://ftr.fivefilters.org/makefulltextfeed.php?url=http:%2F%2Fwww.latimes.com%2Ftopic%2Fdisasters-accidents%2Ftransportation-disasters-accidents%2Ftraffic-accidents%2F03010001-topic.html&max=10 Please show me how I can get this in Ubot's chrome 49 browser. I am stuck on this.
  3. Hi, I just wrote a Ubot script and during creating phase was able to command the mouse to move over some text and select it. Then, I used the Windows Command "keyboard event" to hold control down. Then used Windows Command "type Keys" to enter "c" to "copy" this text. http://i63.tinypic.com/23lyvtd.jpg While it worked in the creation phase, Ubot appears to completely ignore these commands when I run the script. Why is that? All I'm trying to do is copy this text and have to do it this way because I'm using Chrome 49. It only lets me grab the text with Chrome 21 browser but where I'
  4. Hello, I tried checking but other clipboard plugins posted to the form lead to broken links. Also, in the title it's supposed to say "Need to Create List from Clip Board" but it won't let me edit that. Does anybody have a free clip board plugin which writes to list?
  5. I can't figure out how to scrape all the things from a page that I want and willing to put it out there to do teamview and skype with someone who knows ubot well and is willing to do it with me. My skype ID: wikiwick Yes I will pay. Paypal fine?
  6. Guys, I am stuck on this and haven't been able to figure out how its done. How do you tell Ubot to loop as many times as "Next" appears at the bottom of google results pages? This is what I mean: http://i63.tinypic.com/4vljzm.jpg
  7. You guys are geniuses if this works. Im gonna test and let you know if I solved my issue. Thanks!!!
  8. I was not even aware of "macrotoolwork" but that now makes 2 competing softwares to ubot that have this feature. I see your point that it may not be good coding practice but consider how much faster all our bots would be constructed if only Ubot contained these two features. Everybody who was the Automate and Macrotoolwork customer base would comfortably be able to jump right into Ubot. Automate 6 is built on "Basic" coding language, which honestly I don't know. I stuck with the gui (yeah I'm a noob like that). I don't know how "Basic" programming language works in the raw code of i
  9. PLEASE give me an example of how you use it like how I am describing Label and Goto. Thank you in advance! Ok I want to try this.. Where do I put this kind of raw code?
  10. So I've been using "Automate 6" since 2006 before discovering Ubot like 3 weeks ago. Automate 6 has the ability to let you set up "if" statements as well. One thing most of my Automate 6 bots benefited from was they had actions like "Goto" and "Label". Here's what they look like: http://i64.tinypic.com/2vab8qr.jpg I cannot find an equivalent in Ubot. The way it would work is you would stick a "Goto" anywhere in your code and if you had previously put the "Label" (you give it any name you want) in the code, the task would immediately go to that "Label" and continue from there. He
  11. No but that's an interesting suggestion and may solve this issue. I will try and if works many thanks.
  12. Part of my latest scrape project is to scrape within a page that uses iframe html code. A page from amazon.com loads within this iframe and I must scrape values within this iframed page. Unfortunately, the iframe completely does not work either in chrome 49 or 21. My developer says I must install "iFrame Allow" found here: https://chrome.google.com/webstore/detail/iframe-allow/gifgpciglhhpmeefjdmlpboipkibhbjg?hl=en But when I tried to install this extension within Ubot browser it does not work. It treats it like it's not coming from a chrome browser. So, is this even possible to insta
  13. Please check this screenshot: http://i66.tinypic.com/1z56d89.jpg Can anyone help? All I want is to scrape the subtotal, shipping value, and that grand total value into csv file. What code or parameters would you use? Steps are it goes to overstock.com, adds one item to cart, goes to the checkout page, and then scrapes those values. That's all I'm trying to do.
  14. I want to take a variable and stick it's contents in a temp google sheet cell that ubot created. Then I want to be able to add, modify, delete, and pull data from this google spreadsheet. How can this be accomplished?
  15. Please tell me where I can learn how I can use Ubot to use the Google API to create a temporary sheet and then add, modify, delete, and pull data from this. I would highly appreciate this. Thank you.
  16. I need to pull data from a Google spreadsheet into Ubot and then paste it into Gmail to search. Can this even be done? I just checked the forums and I see hardly any information on any of you actually attempting this.
  17. Ok but how do you get past the requirement for the code to be entered each time?
  18. I went ahead and just recorded my screen performing the task on my side so you can see the problem. I am putting alert and $url as well and i'm not getting your results: Please click here for youtube vid: Ubot Cannot Scrape RSS Feed Link:
  19. Hello, I had no issue accessing non two step authentication of gmail but I have been unsuccessful in accessing two factor gmail account inboxes. Has anyone been able to do this? Please tell me how! I must scrape email from there.
  20. This is the screenshot I took. Please help me to figure out how to get that entire rss feed link. I need to save it to both variable and csv file. I have a csv file on my desktop called "links.csv" where I have 3 urls which ubot successfully pulls from. But if it pulls from A1, I need this RSS feed link from screenshot to be saved in B1 (adjacent column). How to do this?? This site is fivefilters.org. http://i63.tinypic.com/2gv07i9.jpg
  21. All day long I've been using various ways and cannot figure this out. Attempt 1: use the $url to grab that URL Result: Failed. For some reason it only captures a small portion of it. Attempt to 2: force Ubot to literally copy to the clipboard using mouse commands. Result: It appeared to work but then I cannot figure out how to take the clipboard and save it to a variable. Does anybody know how to do this? Please explain this to me. Anyway, I just need to either save that RSS feed link into variable or find a way to save it to CSV file. Please can someone take a look at my screenshot and let
  22. Yeah, I'm still trying to figure out how you got: "<H2 class=entry-title>*</H2><SPAN class=entry-secondary-snippet>- <SPAN class=snippet>*</SPAN></SPAN>" ...back in this post: http://ubotstudio.com/forum/index.php?/topic/6775-scraping-google-trends-rss-feed/ I really tried figuring it out myself but I still am stumped. Advice? Did you like... right click on it? How did you get that?
  23. Would an easier way to identify hard to find items within a page be using page source? Are any of you guys using that or have you been using ubot so long you already memorized all the html tags by heart? I'm new so I haven't got that memorized at all, seems like viewing page source would be a big help.
×
×
  • Create New...