Jump to content
UBot Underground

alexinchinatown

Fellow UBotter
  • Content Count

    45
  • Joined

  • Last visited

Everything posted by alexinchinatown

  1. I just installed the latest version of uBot and it doesn't seem to come with the socket functions. I have the developer version. Where do I get that socket function?
  2. I'm trying to scrape Twitter followers. But the popular twitter profiles have over 1 million followers, so I need to keep on scrolling down for a very very long time to get all the followers. I want to... 1. Change the CSS of the page so the follower box is smaller, so I can scroll down faster 2. Progressively delete followers as I scroll to keep the page more light weight. Need someone to do screen share with me to show me how to do it. How much per hour? Show me experience you've had with this. Your email.
  3. So I have this data: nr@id,alex@gmail.com,abc@abc.gif,scrappy@2x-5ca495c2.png,nr@wrapp,info@rexgc.com,2abc@abc.jpg,info@CarolineLabiner.com,104271145@N04,raster@2x.png,nr@wrapped Is there one regex code that can remove all the non-email from the data? These are the non-emails: nr@id, abc@agc.gif, scrappy@2x-5ca495c2.png, nr@wrapp,2abc@abc.jpg,104271145@N04,raster@2x.png,nr@wrapped Only alex@gmail.com,info@rexgc.com,info@carolinelabiner.com are actual emails I want to keep. Thanks in advance.
  4. I'm looking to buy a bot that extract emails from websites. Can someone point me in the right direction? Thanks.
  5. Hi, I've actually already spent a lot of time into building this software for my own use. Please look at image below. I can modify it to make it fit for what you're trying to do. I even create my own PVAs and have proxy solutions. HideMyAss is sometimes not good for CL posting, depending on the category you choose. Please let me know: What categories are you posting in What cities Frequency of postings Your budgetPrivate message me. http://i.imgur.com/KiI7EcZ.jpg
  6. You mean I can put what operating system I'm using in "user agent" in non-socket? Can you show me an example? Thanks.
  7. I see that I can set user agent to set what browser I'm using. Is there anyway to do that to set my operating system also? Is there anyway to save cookies and then loading it so that I don't have to login to certain websites? I think there's a way to do it using sockets, but is there a way to do it without sockets? Thanks in advance.
  8. Hi, when I have Live HTTP Headers opened, Firefox doesn't allow me to do anything. I can't open browsers, I can't go to websites, nothing. Is anyone else having this same problem?
  9. Let's say that I want to scrape attorney's emails with this. What is the percentage of emails I will be able to get? Meaning, if I do a scrape on 100 attorneys, about how many emails will I actually be able to get?
  10. Hi, the scrape attribute feature with its element selector is very handy. But does anyone know how I can use that with sockets? Seems like when I use sockets, I can only get the html code and use regex to get data.
  11. Hi tried IMAP also. But it's slow and it also has the same problem of having the same emails on there the next time I check.
  12. Hi Jens, I just purchased this. But the download link doesn't work. Please check it.
  13. I have several gmail accounts. I want to create a bot that goes into each email, check for new emails, and send replies. How it works: After ubot connects to that email via POP3, it creates a table out of those emails to collect data such as sender's email, time, subject, body, etc. Then it uses that data to send replies. Deleting emails accessed with POP: In gmail settings, I set it up so that when messages are accessed with POP, it deletes gmail's copy. That way, tomorrow, when I run ubot again, it doesn't check and reply to the same emails from the day before. Problem: The problem i
  14. Hi UbotDev.com, thanks for that code. I see that it probably can do the job. But I wonder if there is a simpler way.
  15. Hi Duane, thanks for answering. In this scenario, I can just click on the restaurant link. But I often run into cases where there is no restaurant link. I just want to learn how to do it without the link for now.
  16. I'm trying to click on elements doesn't have href, and I'm having problems. Go to this link: http://tinyurl.com/ppnng4c You'll see that it is a Yahoo Local page with a listing of restaurants. Under each restaurant listing, there is a link called "Directions". I want to click on "Directions" only these 2 restaurant listings "Grub Restaurant" and "Restaurant 2117". I know in Ubot, there is a "Click" command, but I can't use it's offset selector because the listing maybe be at a different location everytime. I can't just use the element selector with wildcards because, then it will click "D
  17. Hi, I tried that, and it didn't work for me. I've changed proxy, and now I want don't wan to use proxy. I want to use my original IP. So I set proxy credentials and left username and password blank, then I change proxy to this: 127.0.0.1:localhost This is the error it gave me... Script Error Error: Input string was not in a correct format
  18. I want to make a bot to scrape the URLs of a page of search on Google. But i can't seem to figure it out. Can someone help? thanks.
  19. I tried. I used this in the bot as the search string: http://www.meetup.com/*/ But i got repetitive results (see below). Is there anyway i can just cut out all the urls for the EVENTS and MEMBERS? Remove repetitive results? http://martianteam.com/test.jpg
  20. Trying to build a bot to join groups on Meetup.com more faster. Go to this site: http://tinyurl.com/3ruc4tt Scroll down, and you'll see a list of groups. I'll click the first group to go to their profile. Then click "join" to join the group. Then go back and do this for the next group. Then keep doing this for all groups on that page. I want to build a bot that can do this, but cant seem to figure out how to get the bot to choose the next group on the list. What command do i give it so that i knows to choose and click on the next group? Thanks.
  21. How did you set it to automatically start? did you use the windows scheduled task thing?
×
×
  • Create New...