Jump to content
UBot Underground

hecolivares

Members
  • Content Count

    28
  • Joined

  • Last visited

Everything posted by hecolivares

  1. I am looking to create a desktop or web-based software that will let me extract products from amazon USA and import them to Mercadolibre.cl. Mercodolibre is a similar service based in Latin America. The software needs to extract: Titles Photos Product description Price Inventory Any other pertinent information After extraction, the software should import all data to my Mercadolibre account as a new product. There should be no limit on the number of products that can be imported, perhaps even entire categories. The idea is to create entire Mercadolibre web stores filled with amazon product
  2. I`ve created this small script for bulk domain appraisals on GoDaddy. I´ve adapted a multi threading script I found here but it´s a little unreliable. I need this to be lightning fast and to be able to connect through proxies (backend storm proxies). Things to notice: I´m grabbing my list from a local file. Example list item: https://www.godaddy.com/domain-value-appraisal/appraisal/?isc=gdrpf730&checkAvail=1&domainToCheck=ubot.com I´m exporting the appraisals to a local file Thanks for any help on optimizing this script clear cookies clear list(%Domain List) clear list(%Dom
  3. Just what I need. Would you be open to adding a tweak? It would be nice to be able to download the html site then convert the files to wordpress theme format. Any chance of this?
  4. Any way to easily save a full website? If done manually you could do it from a web browser.
  5. I meant... can I create a tool like http://liveranksniper.com with this Advanced Google Youtube V3 ?
  6. Hi. Can I make this with this plugin? http://liveranksniper.com
  7. Also.... I was verifying available accounts through the browser message... basically using the if.... exists.....scrape attribute. Can you think of a way of internal verification? This will most likely speed up the process.
  8. Thank you.... testing it now.. I´ll try and save to new list. No new browser needed?
  9. Thanks for that. However I was hoping you could help me out with multi threading. I applied everything on the video you recently posted but I´m doing something wrong. At the end of the day I need for the program to go through the whole list of usernames in a multi thread style. I´ll probably be going through thousands of Usernames. Here is what I have. ui drop down("Set Number of Threads","1,2,3,4,5",#ThreadCount) ui block text("Users",#User list) ui save file("Available Twitter Users",#Available Twitter User File) ui stat monitor("Countdown to finish",#var_CYC_Keyword_CRT) loop while($co
  10. It works perfectly... have you tried running it with proxies? Haven´t been able to and after a while I get a error from twitter saying I´m sending too many requests.
  11. Thanks.... I just wish I was smart enough to apply that. I ran a few scenarios and always got this error...
  12. BTW. Type Keys works... but it´s not ideal in a multi thread situation. Landing the position is very difficult.
  13. I´m checking username availability within https://twitter.com/settings/account. Twitter automatically tells you if a name is available. You can use Type Text and Change attribute to insert names from a file or table. The problem is that Twitter isn´t showing availability when feeding data through Ubot commands. It only works when you manually type the text. I´ve also tried Typewriter effects... still doesn´t work. Any help would be great.
  14. Is the Typewriter effect working in Version 5? Can´t get it to work. Thanks for the contributions
  15. What if I´m looping? I might be on cycle 5 for example
  16. How would I go about repeating the same list item on several instances? Say a form requieres me to specify a password several times. I tried this.... type text(<password field>,$list item(%Passwords,$list position(%Passwords)),"Standard") Didn´t work.
  17. Any Intention on creating a bot for creating Google Docs, Slides, Forms, etc?
  18. Did they get back to you? I´m still waiting
  19. I purchased your plugin.... do you have anything I can use to complete my objective?
  20. Trying to create a list from a csv column. create table from file("C:\\Users\\********\\Desktop\\PVAs.csv",&pvaemails)add list to list($plugin function("TableCommands.dll", "$list from table", &pvaemails, "Column", 0),%EmailLIst,"Delete","Global") Seems simple enough but the en result is in the attachment. The intended list is empty and Ubot creates a unidentified list with the correct data. Please help.
  21. I am getting the exact same problem. Also contacted support And they say they are looking into it. I would ask anyone that reads this to do the experiment. Through Ubot simply login to drive.google.com and please share your results.
×
×
  • Create New...