Jump to content
UBot Underground

BoosterBots

Fellow UBotter
  • Content Count

    107
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by BoosterBots

  1. Need a license reset please sent you a pm and mail through your site. Edit: Just did some research and found the license reset link if anyone also needs it: http://lazylocker.com/lock/PublicResetLicense.php
  2. You have to also do a http post and pass the credentials/cookies over. There is a user on the forums here (Dan I think it was) who was selling a great little course on how to use these functions effectively. He goes over how to use them for logging into sites, etc.
  3. You can use regular expressions for this. Set a var to find regular expression from the doctext you are searching. Here is a way to pull out just the number from this text: <span class="stats-row">15 Items Avaible</span> Regular Expression: (?<=class="stats-row">)\d+(?=\s) To grab the number from this text: <a href="#reviews" class="gig-ratings-count js-gtm-event-auto" data-gtm-category="gig-page-triple" data-gtm-action="click" data-gtm-label="buyer-reviews">(205)</a> Regular Expression: (?<=buyer-reviews">\()\d+(?=\)<) Also, remember to check t
  4. Awesome plugin going to have to think of some ideas and then pick this one up! Thanks!!
  5. Just picked it up, looking forward to diving into this one. Thanks for the great offer and sorry someone flaked on you like that, not cool at all.
  6. Can you find regular expressions via doctext with this? If not any change you would add that parameter?
  7. My twitter logins are working fine using v4. Have not noticed any issues with logging in.
  8. Hey @Fer have you had a chance to check out the skype functions? Tried using the send skype message but it's not working as of today.
  9. Sounds like you are going to need to build a table and navigate to each profile then scrape the information you are looking for and put it into a table. Username, Bio Then you can analyze the data you are looking for that way. Or, you could build the filter right into the bot it's self. For example, navigate to the profile then scrape the bio and create an if statement which see's if that current users bio contains and of the words you choose. If the keyword exists then save those usernames to a list. Play around with different features and you can do what you are asking fairly easy. The
  10. Also be very careful following that many people at once and especially if you are doing that over and over good way to get the ban hammer fast on IG.
  11. Well you would want to use the run javascript to scroll down which would be: window.scrollTo(0,document.body.scrollHeight);Then I would recommend using regex to scrape out the usernames and add those to a list. Then just loop it for as many times you want to scroll down.
  12. Doing some testing on that site you can see the url structure is as follows: https://twitter.com/search?f=users&vertical=default&q=baking&src=typdreplace the keyword baking with the keyword you want to search then perform your scraping.
  13. Very nice, I have been looking for a solution like this.
  14. Very nice! This is very useful for testing thanks for the share.
  15. You need to switch to Chrome 39 and it will work fine.
  16. I have a lot of experience building these types of bots for people. Let me know if you are still looking for someone.
  17. This is a quick little code snippet of one way you could do that. It will choose a random month from 01-09, random day from 01-09, and random year from 1960-1990. To test it just load it in a separate tab, load the page in the browser and click run. set(#month, "0{$rand(1, 9)}", "Global") set(#day, "0{$rand(1, 9)}", "Global") set(#year, $rand(1960, 1990), "Global") set(#separator, "/", "Global") set(#build_birthday, "{#month}{#separator}{#day}{#separator}{#year}", "Global") divider type text(<birthday field>, #build_birthday, "Standard")
  18. Wow this is an awesome share, thanks Pash!
  19. Yeah I just had another user verify for me as well in the Ubot chat. Today I was coding up a bot in Ubot 4x and everything was smooth and testing fine, then after I did the write up on it and was about to launch I tested it and it was not working. I went back into Ubot and checked to see what was going on and see that the page was no longer getting rendered even with trying different user agents. I then tested this in Ubot stealth using chrome 21 (same browser as Ubot4x) and same thing happend, visually a blank page. I then switched to chrome 39 using stealth and it was loading fine. Looks lik
  20. I am sure you can find some people that want to beta test here on the forums or try bhw
  21. ***Instagram Data Grabber v1.4 Update 11/24/15*** Updated Instagram Data Grabber module due to change in IG code.
  22. Thanks for letting us know, I have had a few of these people recently as well. A few months back I even had someone that purchased 3 bots from me using different hacked paypal accounts but on their woocommerce registration they wanted all keys sent to the same email address. However, to avoid this type of fraud I always send the license key to their paypal email then they guy that owned one of the paypal accounts sent me an email saying he did not purchase this. Then I knew for sure it was from hacked accounts.
  23. http://www.boosterbots.com/wp-content/uploads/2015/10/InstagramDataGrabberPro.jpg Lifetime License + Free Updates Included! Quickly and easily harvest and save Instagram user profile data, image post links, and usernames with the Instagram Data Grabber Pro. This tool will automatically extract Username, UID (User ID), Followers, Following, Verified, Uploads, Private, Bio, and Website URL from a list of Instagram usernames you load into the bot. With the pro version you can also scrape image post links + extract usernames with blazing fast speed! Current Version v1.3 - Updated 11/22/201
×
×
  • Create New...