Jump to content
UBot Underground

Kev

Fellow UBotter
  • Content Count

    647
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Kev

  1. Kev

    Linkedin Recaptcha

    It happens every time. I am using the one linkedin account I want to use it on. However, I can stop the software for an hour and it will be ok, then it will happen again.
  2. Hi all, I have been able to get $solve captcha to solve Linkedin's recaptcha no problem, however it KEEPS asking for a recaptcha each time I want to send a message to someone (and which the recaptcha DOES get solved and the message sent). Is there a way around this to stop all these recaptchas? Thanks, Kevin
  3. Thanks Gents for the input. I'm still new to the ubot scene so this task is probably beyond my scope right now. Thanks anyhow, Kevin
  4. Hey Duane, The column titles are sorted, however I cant see how the set table cell would change the contents of the cells on the fly. Basically I scrape data, it's added to a list, the list then saves to the table. I want to intervene somewhere before it writes to the table.
  5. Hmm, "Set table cell" looks like it will do it
  6. Interested to know too if you'd know how to add a column title? been playing around with it for a while now and cant get it out. Column 1 is called Tasks Column 2 is called Action Taken Column 3 is called Assigned to and so on... These would go across the first row, 0,1 0,2 0,3 and so on. I have the data writing to the second row downwards, just the naming of columns has stumped me, also
  7. I could do that, yes, but the output would be looked at others who may not necessarily know what the letters mean. I'd simply prefer to do the changeover before I write to the file. Thanks for the input though
  8. Hi all, Let's say I scrape an attribute and it's either one of 4 results: A,B,C,D I add the scraped attribute to my list (add item to list) and then add list to table. So when I view the table in csv format, I see either A,B,C or D. However each of those letters represent something, either Red, Blue, Green or Black. How can I go about switching those attributes, from say "A" to "Red" so when I review the output in CSV format it says Red rather than A? Thanks in advance, Kevin
  9. Can anyone help me with this? Cheers
  10. Hi all, Im trying to scrape the links on a google images page but only want them if the page has certain words in them. For example: https://www.google.com/search?tbs=sbi:AMhZZivHwcx0BIfNurANou2x-maJUSuQ41X8BqX84RqjLg6CnmEaPFJ3QJH7awtHdnqWQ52kexrhYzi8J-Ob-m4XoUZrb3PvHHumZUnQ0TNlzvH44IvN-j5BI2IM4NVYX3Xwu3Hp90y262YIUwsXt0zFTPFDrpHsIBph7o9ICCqMfgB6756DNRnvjVyLK1UTllj7WvWcQEOtwb2pTZK0Va0xWaODIlRjBZhktGyYesJ-MqQNmojFGlEAMCiLrGKt3oVXopLBp7Q-OY6k9mr4K3hl06xUFXL5Xqm1-tOsrOSoOEpRTFH0cZIqpwLeTMONA3qV5TPLdpVd8ZOXy0-JeEQiRtOQmnxqq8hTfeBFjNoiDkPpPmgHq11HbOPbIxLbVQdSmEmR5YHK1UiqvbpStLDtZQ0skZIAKZuAVSI
  11. Does ubot allow us to work with these sorts of sites? If there's a link to a tutorial or some such I'd appreciate it. Thanks
  12. Hi all, I am trying to drag the email address box here https://secure.tesco.com/register/?from=http://www.tesco.com/groceries/ to the left hand side so as I can add it to some programming of the bot, however it doesnt drag across. What's so special about this page? Is it due to the SSL?
  13. Kev

    Regex Google results

    Awesome, works great! Can you show me the regex condition for the likes for this page though: http://www.facebook.com/pages/Ayres-Hotel-Manhattan-Beach/100900439955279
  14. Kev

    Regex Google results

    Thanks bud, I'll test it out shortly. Thanks for the fast replies
  15. Kev

    Regex Google results

    Hi Gabel, Thanks for the help. I was able to use <cite> in the end and grabbed the urls that way. however, I do still have a regex issue and you seem to know a thing or two about it I would like to get the number of "likes" from this page http://www.facebook.com/hardrockcafemiami I am looking at the "2,289 likes · 669 talking about this · 3,680 were here" as the image doesnt seem to do anything for me with the numbers inside it. Can you help me regex so I only get the 2,289 and nothing else? thanks in advance
  16. Kev

    Regex Google results

    thanks for that, but for some reason it's not working exactly for me. It doesnt scrape any urls now with that code. Thanks for helping anyhow
  17. Hi all, I originally wrote this about a regex question, but it might not need that. See this url Essentially I want to grab the Facebook URLS from those results, but Im having a hard time picking out the facebook url without getting google junk appended to the end and added to the front too. I've been through most of the combinations of scrape attritube but this is causing me tremendous issues. Any help is greatly appreciated. add list to list(%urls, $scrape attribute(<outerhtml=w"<a href=\"/url?q=http://www.facebook.com/*">, "href"), "Don\'t Delete", "Global")
  18. Cool. Please update this thread if you find a way to do it. I'd love to be able to do this.
  19. Basically I would like to see how a site would look from within an iPhone browser. Does it render well or would I have to pinch and zoom to look at it. So just seeing how it looks would be all I need.
  20. So could I call the user agent anything I like? "posted by Kev's software" for example
  21. Anyone find out if this is possible? Sounds like a good idea and may be extended to Twitter too.
  22. Hi all, Wondering if it's possible to make ubot pull up a site as if it were viewed on an iPhone. I set user agent as iPhone and dont really know what I was expecting to see tbh... same site loaded as it would normally in a browser. Any way to make the browser smaller and then load up a site like it were on an iPhone? something like www.testiphone.com Thanks in advance
  23. Hi all, Im having difficulty clearing an input box and wondered if you could give me a little guidance. The box in question is the L one. ui block text("Litre Arounds", #litres) clear list(%litres) add list to list(%litres, $list from text(#litres, $new line), "Delete", "Global") set list position(%litres, 0) loop($list total(%litres)) { navigate("https://www.jonesoil.ie/shopping-cart/", "Wait") wait(2) change dropdown(<name="oil">, "Kerosene") wait(2) type text(<name="quantity">, $next list item(%litres), "Standard") click(<id="calculatenow">, "Left
  24. And just when I thought I had it Looks a whole lot shorter than my way. Why "add item to list" and not "add list to list"?
×
×
  • Create New...