Jump to content
UBot Underground

BigEfromDaBX

Members
  • Content Count

    383
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by BigEfromDaBX

  1. i want to know which users are liking my pics the most. Let me make it more easy. Forget about IG Let says I have a list List 1 0 George 1 Eddie 2 Maria 3 James 4 Martin 5 Eddie 6 Greg 7 Maria I want to be able to count the occurrences for each item in the list. For example: Eddie is in the list twice. Maria is in the list Twice. Everybody else is just in there 1 time. Make sense?
  2. So I want to create a bot that goes through each of my pics on Instagram. Add the likers of my pics to a list (im guessing duplicates would have to be allow) and then count how many times each user shows up on that list. Then I will know who are my top likers
  3. If the bot (complied bot) is closed then its closed. It doesnt matter what your schedule is. When you schedule it you also have to hit the run on schedule button.
  4. I just wanted to use their API just to be cleaner but I just ended up using the link below and then scraping the page. You can insert your UPS tracking number at the end. https://wwwapps.ups.com/WebTracking/processRequest?tracknum=1Z041RE10390998907
  5. So far for me I get less headaches with windows 7. You said mac but im sure you would have to use Virtual box or VMware right? Or is there something that I dont know
  6. Im gonna try windows 10. I just get frustrated sometimes when I am working on a bot and then it start getting errors and then realize that a restart of ubot is all i needed.
  7. Which operating system does ubot run best? I am currently using Windows 7 Ultimate edition and im wondering if upgrading to the latest windows would be better?
  8. What is the easiest way to get ups tracking info? Is anybody familiar with their API?
  9. So I made a quick bot to scrape google search results. What I want to do scrape the results and visit those results to look for emails. So I got it working but then noticed that when I drilled down a few pages I got the captcha code. So what I did was threw 10 proxies in there and rotated them and didnt get the captcha page. I noticed that every search I get, I only get around 38 pages of results. Is that normal? What happens to the 100's of 1000's results that google reports for your search? Thanks.
  10. How does this work with Manta? I tried using the ubot browser with manta and I got blocked right away. Didnt even do much.
  11. Can I scrape linkedin for emails or do i need a paid linked in account?
  12. Got it. But I want emails more than anything.
  13. My curly braces are being stripped when i used the $find regular expression command. I hit the ""button first and it still strips it. I enter it as: [0-9]+\.[0-9]{2}$ then it ends up as: [0-9]+\.[0-9]2$
  14. Can anyone point me to a site where I can scrape business listings for the following: Hair/Nail SalonRestaurants/DeliPhotographersInterior DesignersFitness GymsFloristsVeterinariansDoctors OfficesOrthodontistsChiropractors Thanks
  15. Never mind. I figured it out. Thanks anyways. [0-9]+\.[0-9]{2}$
  16. Im trying to match the price at the end of the line. So im using the \n as the linefeed. I got it working with regexbuddy but it wont work in Ubot. The following should match. No dollar sign needed 20.00 35.00 29.00 100.00 Regex [0-9]+\.[0-9]{2}\n Data $25.00 $20.00 $35.00 $25.00 $29.00 $40.00 $22.00 $19.00 $100.00
×
×
  • Create New...