Jump to content
UBot Underground

BoosterBots

Fellow UBotter
  • Content Count

    107
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by BoosterBots

  1. 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.

    • Like 2
  2. 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 the source code and see how many matching items you get. That way you know you are pulling the correct data.

    • Like 1
  3. 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 more you dig and play around the more you will learn.

  4. 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")
    
    
    • Like 1
  5. 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 like I am going to have to recode it over to Ubot Stealth with chrome 39 now... ahh!!!! pissed me off today.

  6. 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.

    • Like 1
  7. 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/2015

    Features:

    • 4 Different Modules Included.
    • Automatically Grab User Data from Usernames on Instagram.
    • Data Grabbed: Username, UID (User ID), Followers, Following, Verified, Uploads, Private, Bio, and Website URL.
    • Automatically scrape post links by keyword.
    • Automatically extract Instagram usernames from your scraped post links.
    • Automatically convert Instagram usernames to ID's.
    • Quickly grab and save data.
    • Displays data in a visual table as well as saves it to a .csv for fast reference.
    • Lifetime License + Free Updates!
    • No Proxy or Instagram account needed!

    Instagram Data Grabber Module:

    http://www.boosterbots.com/wp-content/uploads/2015/10/Instagram-Data-Grabber-Prov1.1.jpg

    http://www.boosterbots.com/wp-content/uploads/2015/08/Instagram-Data-Grabber-Screenshot-DataFile.jpg

     

    This module will extract the following data from usernames you load into the bot; Username, UID (User ID), Followers, Following, Verified, Uploads, Private, Bio, and Website URL.

    • Click on the button labeled Choose File under the label Open IG Usernames and open your Instagram username list. Note: Be sure to load only .csv or .txt files with one username per line.
    • Click on the button labeled Choose File under the label Save IG Data To and choose the location and file name to save your extracted data. Note: be sure to save as a .csv file for better readability.
    • Click the Start button and wait for the Instagram Data Grabber Done prompt. Note: The bot will continue working until all users are done.

    Note: Be sure to wait for the done prompt before using the other modules. If you would like to stop the bot early for any reason be sure to click the red button labeled Stop.

     

    Post Link Scraper Module:

    http://www.boosterbots.com/wp-content/uploads/2015/10/IG-Data-Grabber-Post-Link-Scraper-Screenshotv1.1.jpg

     

    This module will automatically scrape image post links based on a keyword you choose. You must run this module prior to using the Username Extractor. The Post Link Scraper will build a list of photo links which you can then load into the Username Extractor.

    • Click on the button labeled Choose File under the label Save Scraped Links To and choose the location and file name to save your scraped post links to. Note: be sure to save as a .csv or .txt file.
    • Enter the keyword you would like to search in the box labeled Keyword To Search.
    • Enter the amount of post links you would like to scrape in the box labeled Post Links To Scrape.
    • If you would like to conserve bandwidth and have the pages load faster you can click the button labeled Turn Images Off. If you want to turn the images back on just click the Turn Images On button.
    • Click on the button labeled Run Post Link Scraper and wait for the Post Link Scraper Done prompt before using any other modules.

    Note: Be sure to wait for the done prompt before using the other modules. If you would like to stop the bot early for any reason be sure to click the red button labeled Stop.

     

    Username Extractor:

    http://www.boosterbots.com/wp-content/uploads/2015/10/IG-Data-Grabber-Username-Extractor-Screenshotv1.1.jpg

     

    This module will quickly extract Instagram usernames from the photo links you load into the bot. Scrapes 1,000's of usernames in seconds!

    • Click on the button labeled Choose File under the label Open Scraped Link List and open your scraped Instagram post link list. Note: Be sure to load only .csv or .txt files with one link per line.
    • Click on the button labeled Choose File under the label Save Extracted Usernames and choose the location and file name to save your extracted usernames. Note: Be sure to save your file as a .csv or .txt file.
    • Click Run Username Extractor and wait for the Username Extractor done prompt before using any other modules.

    Note: Be sure to wait for the done prompt before using the other modules. If you would like to stop the bot early for any reason be sure to click the red button labeled Stop.

     

    Username To ID Converter:

    http://www.boosterbots.com/wp-content/uploads/2015/10/IG-Data-Grabber-Username-To-ID-Screenshotv1.1.jpg

     

    This module will automatically take your list of Instagram usernames you load into the bot and convert them to Instagram ID's.

    • Click on the button labeled Choose File under the label Open Username List and open your scraped Instagram username list. Note: Be sure to load only .csv or .txt files with one username per line.
    • Click on the button labeled Choose File under the label Save Username/ID List and choose the location and file name to save your extracted usernames & ID's. Note: Be sure to save your file as a .csv or .txt file.
    • Click on the button labeled Run Username To ID and wait for the Username To ID Converter Done prompt before running any of the other modules.

    Note: Be sure to wait for the done prompt before using the other modules. If you would like to stop the bot early for any reason be sure to click the red button labeled Stop.

     

    Original Price: $49.99

    Limited Time Sale Price: $29.99

    CLICK HERE TO PURCHASE NOW!

     

    Recent Updates:

    ***Instagram Data Grabber v1.4 Update 11/24/15***
    • Updated Instagram Data Grabber module due to change in IG code.

    ***Instagram Data Grabber v1.3 Update 11/22/15***

    • Updated Post Link Scraper module due to change in IG code.

    ***Instagram Data Grabber v1.2 Update 10/28/15***

    • Updated scrape/column “Website URL” code due to change in IG code.
    Bot Resources & Requirements:
    • Med-Fast Internet Connection
    • Processor: Dual Core
    • Memory (RAM): 2GB
    • Windows 7/8/Server
    • Space: Less than 6mb
×
×
  • Create New...