Jump to content
UBot Underground

spa3212

Members
  • Content Count

    107
  • Joined

  • Last visited

Everything posted by spa3212

  1. Wow this help me out..Many many thanks you are awesome!
  2. Hi, I don't know if this too much for ubot studio to scroll an external application (not browser) with mouse wheel.. anyone can help ? Thanks for your support
  3. Is there any way that we can scroll external app, same we do with mouse wheel scrolling..
  4. Hi, I want to buy can you please please give some discount..
  5. But I want to use this regex to add list to list when do this nothing happens..I am doing something wrong for sure.
  6. Hi, Thanks for being so supportive and here I am again stuck in scraping a profile url of facebook, as you know facebook profile sometime comes with name and some time with ID.. like https://www.facebook.com/cindyjuana.chavez sometime https://www.facebook.com/profile.php?id=100010928299153 How I scrape these two kinds of url Many many thanks for your help If found a regex but don't know who to use ^(?:.*)\/(?:pages\/[[:alnum:]-]+\/)?(?:profile\.php\?id=)?([[:alnum:].]+)
  7. solved clicking enter Ref HelloInsomnia type text(<name="add_comment_text">, "\{ENTER\}", "Standard") But still how to scrape user profile if someone know how to regex to scrape user profile links only..
  8. You are genius, Thanks this solve my issue as well..Thanks
  9. you are just amazing..Thanks can you please help me with this..issue.. I want to scrape user profiles from this page.. https://www.facebook...54908821393941/ after this bot needs to send message, but I don't find an option to send message as there is no option to send..can please look at the code and help me out.. Thanks ui text box("UserName",#username) ui text box("Password",#password) ui open file("page/Group Name",#pagegroupnames) create table from file(#pagegroupnames,&pagegroupnamescsv) set(#row3,0,"Global") set(#row2,0,"Global") set(#row1,0,"Global") define profile scraper(#
  10. Hi, I want to create a instagram bot, where I want to scape the links of followers but follower list is big and Instagram shows only 20 followers, how can I scrape all followers.. any help is much appreciated. How I scroll this list till the end..please help me out this situation..Thanks
  11. Thanks for helping me out..I will learn from this code.
  12. I never get it to work, if will be grateful if anyone can use my code and transform it into working multithreaded.. I am able to make open seperate browser, but could not open different account details, in each browser same details is are filled..please help..
  13. I tried lot and but no use,,I could not make the bot multi threaded can anyone please help me.. below is my code..this is simple data picked from csv file..I tried code given http://network.ubotstudio.com/forum/index.php/topic/10042-new-v4-tutorial-multi-threading-example/ but all thread windows used same user details and login to yahoo from same row.. ui open file("Accounts",#GmailAccount) create table from file(#GmailAccount,&Gmailaccount) ui text box("Starting Point",#StartingPoint) set(#row,#StartingPoint,"Global") add list to list(%Use this proxy,$list from file(#proxy),"Delete"
  14. HI, many many thanks, but I stuck in between I want to save it to excel file, but not saving always getting error can not find table 0, but can save to text file...would be grateful if you can help me save this data in excel file, with increment..Thanks again pash..
  15. @deliter and pash bot method works perfectly..But can you please help.. I want to keep all tags scrapped in single cell, instead different 7-8 rows. and also want to put "," after each tag please help if this is possible..
  16. Hi, I need to click on a element and shows a popup type of windows, but when bot click this element nothing happens, please see picture that will clear what I want.. iTS YOUTUBE COMMENT SECTION.. please some help
  17. Hi, I want to learn to use cookies..like 1. how one can save cookies in csv file..save cookies after we sucessfully login to some website,. 2. how to load that cookies later on from csv file so that we don't have to repeat login process I don't know if this is possible please advice.. Thanks
  18. Hi, I want to scrape number of likes and number of comments a particular post on instagram have.. like if I visit lakkyxonestar name in instagram I can see many posts, let say I want to scrape number of comments and likes post #1 have.. How can this be done..I could not find a solution for this as element is not getable you guys can help me..I don't know how I can do this..please help
  19. Hi, I have 5 pages of a bot, I want to add a drop down list like one, two , ..five, example - selecting two from dropdown will open page two within the same browser...and selecting three will open page 5 of the bot.. please help me if this can be done.
  20. Hi, I have a link that I want to click but it has to be like this code.. when I am in node this works fine..But if go to code and try to get back to node view, I got error message "There is some error in code" If I remove below code I can enter in node.. Now please tell me what wrong I am doing..I must to have r : and expression text it get from a ui text box.. click(<(href=r#website AND innertext=r"dfe")>, "Left Click", "No")
×
×
  • Create New...