Jump to content
UBot Underground

Search the Community

Showing results for tags 'list'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

  1. Hi . It turns out that I have a txt that contains a list of emails and passwords separated by ( example: dadaffsggd@gmail.com: 415423 gjfhhfnddbb@gmail.com: 823361 gagaggsvv@hotmail.ar: 784232 What I want to obtain is to separate two variables from that list, one with the mail and the other with the password. #mail = dadaffsggd@gmail.com # password = 415423 The list is quite large. I hope your help
  2. I had a break with Ubot and now I am kinda stuck. I created a list from file, every item is in a new line, but ubot loads it as a one item ? What's wrong ? add item to list(%name,$list from file("C:\\Users\\name\\Desktop\\Folders\\BOT\\Tekst\\tekst ct1.txt"),"Don\'t Delete","Global")
  3. in Ubot Studio X I want to sort a list but the resulting list is ending up in scientific notation add list to list(%sorted,$sort list(%myposts,"Descending"),"Delete","Global") %myposts 1015623801993453110156239823899531101562405309695311015623884840953110156236482544531101567600257040311015623510573953110156233189979531101562327204195311015623217532453110156230650744531 %sorted1.0156760025704E+161.01562405309695E+161.01562398238995E+161.01562388484095E+161.01562380199345E+161.01562364825445E+161.01562351057395E+161.01562331899795E+161.01562327204195E+161.01562321753245E+161.01562306507445E
  4. If I create a table or list in a thread, is that local to that thread or global? I have a multi threaded bot that scrapes a page and stores stuff in a temp list to compare it to a known value I'm looking for. The issue is I think the temp table is being overwritten by the other threads so the compare fails because its now being compared to some other threads expected outcome. IF its global and not local, how can I get around that? I don't see how I can generate a random table/list name and know what to use later?
  5. Hello I'm looking for a way to delete a part of this url: add list to list(%groups, $scrape attribute(<href=w"https://www.facebook.com/groups/*">, "href"), "Delete", "Global") https://www.facebook.com/groups/1655101604777385/16991307389571/ https://www.facebook.com/groups/359836557438198/permalink/1084847609717/ https://www.facebook.com/groups/342415669158694/permalink/170868476095717/ https://www.facebook.com/groups/1487469924880241/permalink/1086484709717/ https://www.facebook.com/groups/214671725237478/ https://www.facebook.com/groups/RomanianStreamersYoutubersMoviemakers/ https://ww
  6. Hi Fellow Botters, as I am pretty new to ubot I am facing a general problem of not knowing how to implement the following. What I try to achieve is: 1.) I provide a list of URLs within a TXT file or CSV 2.) The bot should load the list after start 3.) The bot should execute a normal ubot script but for each URL only once 4.) After executing the script (or loop) for all the given URLs, we take the result data and store it as CSV or TXT What I need most help with are step 2 and 3. Mayve I miss an idea how to tell the bot take each from TXT list and loop ubot script until all urls are proce
  7. So I'm using the append to file function (always using: to end), and on the first run it saves all the urls ok. But after that, instead of appending the urls at the end (on a new line), it just adds it to the last url. Example: http://www.ebay.co.uk/itm/PERSONALISED-CUTE-SLEEPING-PIGS-FUNNY-PHOTO-BIRTHDAY-OTHER-CARD-/371658720542?hash=item568896051e:g:ppoAAOSwv0tVNAnDhttp://www.ebay.co.uk/itm/PERSONALISED-CUTE-SLEEPING-PIGS-FUNNY-PHOTO-BIRTHDAY-OTHER-CARD-/371658720542?hash=item568896051e:g:ppoAAOSwv0tVNAnD http://www.ebay.co.uk/itm/PEPPA-PIG-MDF-SLING-BOOKCASE-NEW-BEDROOM-FURNITURE-OFFICIA
  8. I am attempting to scrape data from multiple website pages into a list, then add that list to a table. The problem I am having is that some items are missing from some pages, the bot then goes to the next page and continues scraping. Then when the list is posted to the table those missing values causes the data not to line up in the correct row as the missing values are not skipped in the table. So the question is, how do I put in a placeholder for the spots when I scrape something that is not actually there. If you can't tell, this is completely new to me. Thanks for your help. define
  9. I am needing help trying to figure out how to take results of a drop down menu and put them into a list. It is a link generation site and I am trying to add the items into a list. I have been able to get 1 link into a list but I need to get each new link generated into the same list. That way I can have a list of around 20 links in a text file. Any help is appreciated.
  10. Hello UBot community! I've been using for about 3 weeks now, and I'm more excited every day. So far, I've managed to put together some little bots that are actually helping me, and I'm thrilled about it, and what I think I'll be able to do in the future. Now, I'm starting my first scraping venture and I feel a little lost. I've been searching/googling/youtubing, but I can't figure out which commands, or set there of, that I need to be using. If someone could guide me in the right direction, I'd really appreciate it. I'm not expecting anyone to spell it all out for me, just point me in the
  11. Hey all - Sorry for the basic request, but I've searched for the last hour or so and am struggling with something (I'm newish to ubot). I've got a csv file with a few rows & columns, such as: John smith, jsmith@blah.com, password123, homepage, alex jones, ajones@iuhdiuh.com, password321, homepage, What my goal is, is to make a UI dropdown from the first colum (names). I tried making a table (called &loaded) from the CSV (worked) and then making a list from that table, using 'list from table', to populate the dropdown... ui drop down("Select",$plugin function("TableCommands.dll
  12. hi,need some help working on a scrape project and can not get the script working my code is simple: clear cookies clear all data navigate("http://www.tripadvisor.ca/Restaurants-g155032-Montreal_Quebec.html","Wait") wait(1) add list to list(%company name,$scrape attribute(<class="property_title ">,"innertext"),"Delete","Global") add list to table as column(&restaurant,0,0,%company name) add list to list(%company url,$scrape attribute(<class="property_title ">,"fullhref"),"Delete","Global") loop($list total(%company url)) { navigate($next list item(%company url),"Wait")
  13. This has two parts. I have a list of zip codes I need to put into html files then later I'll put them on the web. Why does my list get chopped up? I'll provide a side by side example. Yes before you ask, I save as comma delimited. I am going to upload a screenshot so you can see. Second - I want to use those zip codes and cities to plug into an html file I am going to create. What I have is a lot of cities to plug and it would take forever. No I don't want to use a database since my boss wants the files individually done. I dont see anything on ubot that can take that variable data and ty
  14. I have a list with 11300 different cities and I have another list of URL's with 485. I want to trim down my list of 485 urls because they have the city included in the url itself. How can i make a list compare against the other list and eliminate all of the unwanted urls? I havent even started working on this but wanted more of some ideas on next step.
  15. So I'm trying to create a bot that goes to a webpage, scrapes a certain email address snd saves it to a .txt file. The bot then navigates to another webpage and scrapes another email address and saves it to that same .txt file. It then keeps repeating this process for a set amount of times. I'm able to get it to navigate to the first website on my list and scrape the email address to a .txt file fine. The problem is when it navigates to the second website on the list and scrapes that email address. It scrapes the email like it's supposed to, but instead of adding it to the list with the prev
  16. Hi, I just purchased Ubot (standard) so I'm pretty new to the software. I'm trying to scrape the URL links for all products on page below but I can't figure out how to do it. I can scrape each the item Title and Price and save them in a list using add list to list - $scrape attribute and using the appropriate CLASS but can't figure out how to get the URL. Everything I try doesn't seem to work. Can anyone offer any advice? http://www.argos.co.uk/static/Browse/ID72/33012746/c_1/1|category_root|Technology|33006169/c_2/2|33006169|Home+audio|33008502/c_3/3|cat_33008502|Clock+radios|330127
  17. I've been searching around and haven't found a solution yet. I am sure this is doable, if I remember correctly there is some type of format data has to be in in order to get items to list sepearately when adding an item to a list. I have a variable Customer = Number Type Description Release DateStatus 12345OutsideLetter Regarding Notification #1234505/29/2014Open 14785Internal Email and Letter Regarding Notification #1478503/09/2009Closed 98741OutsideEmail and Letter Notification Regarding #9874102/08/2011Closed 85214OutsideCall, Email, and Letter Notification Regarding #8521403/18/20
  18. Hello, I'm trying to create a list from table...here is my code. create table from file(\\Untitled.csv", &BackLinks) add list to list(%BacklinksNumber, $plugin function("TableCommands.dll", "$list from table", &BackLinks, "Row", 0), "Delete", "Global") For some strange reason it only returns a few of the numbers in row 0, see the image below. But if I put the numbers in my CSV as 1,2,3,4,5,6,7,8,9,10 it works correctly. Edit: Solved it, had to change it no delete duplicates...
  19. So I have an excel document with a column of domains and a column of passwords for the word press account for that domain: domain 1 password 1 domain 2 password 2 etc I've added that excel spreadsheet to Ubot and turned it into 2 lists: %Domains and %Passwords I've created a script that will navigate to the /wp-admin website extension for each domain (This may be where the problem is, not sure), log in, update plug-ins, update wp and log out. That's in a loop function that should cycle through the domain list until all of the domains' wp and plug-ins are updated. ...Howev
  20. Anyone knows what's the max item you can add to a list ? For instance, i got something i need to scrape and do my thing that has 435 000 profiles (will be filled with profile urls to navigate too). If it's way too much, how do you guys handle this ? Thanks
  21. I'd like to know if it's possible to connect multiple emails at once using a CSV file, I am buliding a Social Media bot as my first try using Ubot Studio version 5.
  22. I'm trying to figure out a way of doing this. Remove from a list an item which is never at the same position on each "scrape session" In fact, i don't want to click on my own link ex: %List could consist of: 0) http://www.icanclickthis.com/1/ 1) http://www.icanclickthis.com/2/ 2) http://www.mylinkdontclick.com/ 3) http://www.icanclickthis.com/3/ or 0) http://www.icanclickthis.com/1/ 1) http://www.icanclickthis.com/2/ 2) http://www.icanclickthis.com/3/ 3) http://www.mylinkdon'tclick.com/ So i figured i could use this: ui text box("Campaign to sitetoremove", #sitetoremove) I just pa
  23. I have a list of keywords and results. I want to delete everything in the second column from the word "results" onward. I can't seem to figure out how to select that portion of the strings since they are not always exactly the same. Is there some sort of wildcard I can do or anything? Any help would be greatly appreciated! For reference, here's a screencap of the table: http://i42.tinypic.com/10e36ma.jpg
  24. I have a following code that were working when on 4.2.16, but once upgrade to 5.0, not work anymore. add list to list(%lines, $list from file(#pidsFile), "Delete", "Local") set(#line, $list item(%lines, 0), "Local") I changed to do the following instead and it works set(#line, $read file(#pidsFile), "Global") I was not able to find any documentation about the change, anyone can help here? Also, for the following code, what shall I do to make it work? clear list(%pids) add list to list(%pids, $find regular expression(#line, "[0-9]+"), "Delete", "Local") set(#pi
  25. I have a table with 50 rows (a screencap of part of it is below). I have another csv file that states how many visits a writer averages on his/her posts. Basically I need to set a variable called #rate that will correspond to the range that the person falls under. For instance, if the person averages 200 visits per post, then #rate will equal $1.50. I need it to loop through a csv of users to calculate each one and add them all to a new list. I'm not sure how to go about it without manually setting each range as a separate if statement, and I feel like there must be a smarter and easier w
×
×
  • Create New...