Jump to content
UBot Underground

Jon12345

Members
  • Content Count

    26
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Jon12345

  • Rank
    Member

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. When I go to Twitter, I see 20 odd tweets ready to scrape. But if I scroll to the bottom of the page, it keeps adding more Tweets. Before, I am sure there was a button that you used to click for more tweets, right? So what can you do now? If I want to scrape I sizeable page of tweets, I figure I will need to load the page and then scroll that page a few times, then do the scrape. How do I get ubot to scroll so more tweets are added? Thanks, Jon
  2. I've tried this bot but I get a whole load of html junk in there. Anyone got an update?
  3. Ok, gotcha. That makes sense. Thank you.
  4. Not quite sure how that would work. I want to have multiple user/password/article situations going on, where the bot would loop round and process each set.
  5. I would like to create a bot that can login with user/password to a site, then submit a couple of paragraphs of text. I thought about having this in some csv file. Can you have a csv file with paragaphs of text or does it become a problem because you want a new line in there and have to have everything in quotes an it can't cater for line breaks etc? If I have a csv with this data in (if its possible) can I then read that into a list in Ubot? Thanks, Jon
  6. Yes, you are right. It is in an iframe. How do I deal with that?
  7. Its very frustrating when you have a long script and you then have to delete some sections. Grrr!
  8. I am trying to click the OK button in WordPress, which edits the slug. Then fill in a variable into the field and click the OK button. It doesn't seem to be working. Anyone achieving this ok? Is it something to do with it using Javascript or Ajax? Also, how can I edit a Page content area that already has text in it? I just want to replace that text with a variable. Jon
  9. It would be really helpful if I could comment out a node, so that if I am stuck on something I can just grey it out and let the script run but ignoring those nodes. Is this possible? Thanks, Jon
  10. I want to create some account creation scripts that will obviously need testing. But at the same time, I don't want to get my regular IP address banned for any of these services. What do you do to prevent this? Jon
  11. I'm running a script and then it fails. But I don't know where it fails. And there is no button to step through each node one at a time. Why not number the nodes and have the window popup what node the error was on? How do you deal with this issue? Thanks, Jon
  12. Are there any link clicking tutorials around here that show how to click on each of the different types of links there are?
×
×
  • Create New...