Jump to content
UBot Underground

colton

Fellow UBotter
  • Content Count

    111
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by colton

  1. ADVANCED CRAIGSLIST EMAIL SCRAPER

     

     

    Scrape emails from any Craigslist site worldwide

    Easiest to use Craigslist Scraper on the market

    Completely automated (no more copy and paste urls, no site navigation)

    Scrape by the category of your choice

    Automatically removes duplicate emails

    Built for speed and accuracy

    Easily scrape 50,000+ emails a day

    Automatically scrapes the newest listings

    City counter, add counter, and email counter

    Save emails to text file

     

    Filters personal emails and CL emails into separate lists

     

    View Video

     

     

    CRAIGSLIST1.1 EMAIL EXTRACTOR

     

    Now Only $149

     

     

    ORDER AT NEWGLOBALPROMOTIONS.COM/SOFTWARE

     

    • Like 1
  2. I tried that but I keep getting errors.  Essentually I have......

     

    loop{table total rows}

     

    type text

    text area

    Text to Type: Table Cell {list} Row {counterVariableincreases} Column 1

     

    Getting Script Error string to integer.  Does the "table cell" row and column store names or positions?  Should be position on table right?

  3. What is the best way to take one comma separated variable and turn it into multiple different variables.  Essentially I am running a csv file to show tempVar as next list item but not every list item has the same number of columns.

     

    This is what I have

     

    CSV Contact list

    tom,555-555-5555,123 Test Street Dallas Texas, testwebsiteurl.com

    sally,666-666-6666, 118 Test Drive Daytona Florida, (no website)

    hank, 111-111-1111, 5454 Test Ave Seattle Washington, (no website)

    linda, 222-222-2222, 432 Test Lane Denver Colorado, lindaswebsiteexample.com

     

     

    This is what I am trying to do

     

    add list to list{contactList}{list from file .csvfile}

     

    loop total contactList

     

         set tempVar {next list item {contactList}}

         separate tempVar into nameVar,phoneVar,addressVar,webVar(if it exist)

         perform task

     

  4. What is the best way to take one comma separated variable and turn it into multiple different variables.  Essentially I am running a csv file to show tempVar as next list item but not every list item has the same number of columns.

     

    This is what I have

     

    CSV Contact list

    tom,555-555-5555,123 Test Street Dallas Texas, testwebsiteurl.com

    sally,666-666-6666, 118 Test Drive Daytona Florida, (no website)

    hank, 111-111-1111, 5454 Test Ave Seattle Washington, (no website)

    linda, 222-222-2222, 432 Test Lane Denver Colorado, lindaswebsiteexample.com

     

     

    This is what I am trying to do

     

    add list to list{contactList}{list from file .csvfile}

     

    loop total contactList

     

         set tempVar {next list item {contactList}}

         separate tempVar into nameVar,phoneVar,addressVar,webVar(if it exist)

         perform task

     

  5. I need to enter 2 variables in UI, set temp variable that is 100x the number, and substract the two temp variables.  Also I need to change the decimal appearance.  Example

     

    UI Start

    Number entered as 13.00           (actually equals 1300)

     

     

    UI End

    Number entered as 20.00            (actually equals 2000)

     

    UI Stat Monitor: UI End - UI Start (700)

     

     

     

    Does anyone have any suggestions?

×
×
  • Create New...