Jump to content
UBot Underground

SourceUltra

Fellow UBotter
  • Content Count

    50
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by SourceUltra

  1. I had bought that suite of plugins just before you bought it from the last guy and don't really want to buy it all again ðŸĪŠ hehe, no offense. But yeah I got a lot of use out of them and know they are helpful, but with what I've spent on ubot plugins that either disappear or drop licenses I'd have to be crazy to do it again! ...but then again I DID just upgrade ubot editions ðŸĪ‘😅 It's just money right???😆 😅
  2. Double-checked the sales page and it looks like I'm not finding these commands: Facebook Youtube Screen recording I was interested in screen recording so that I might create videos of my bots doing their thing; automatically create training videos and let my content generate itself! Is this coming in an update? Hopefully soon?
  3. Support responded and got me access to my order so I was able to take a look and see what is new. The attached pics give you a complete idea of what is different. But yeah, for software that has multiple editions it can be difficult to determine if it's worth upgrading when you are sold on benefits rather than features, but marketers love to do it! Ultimately I'm still trying to decide if what I paid for is worth renewing at 495 next year. If they add more features then yeah I might consider, but right now it feels like a "minimum viable product". The speech stuff is kinda
  4. I was curious about this as well. I know that it has API commands that are unique to it, like chatgpt, wordpress, and youtube that are not in dev edition, and more google sheets commands (i think). And then it has cryptocurrency functions. But as far as a complete list of new commands and functions goes I'm still trying to figure that out.
  5. I get the 'webdriver timed out' error after running a single Click command, and just a whole lot of other errors so this version is pretty much unusable for web automations. Both firefox and chrome, internal and external throw a lot of errors. I know that selenium and chromedriver aren't perfect but this is pretty bad. Is anyone here using the latest version of Ubot for web automation successfully? Or are you all still using the older version and other plugins?
  6. This seems really silly, but after buying the Black Friday deal for the enterprise edition I got a receipt which said "You will receive an email momentarily with details on using your new software." That was several hours ago. No changes in Ubot either. Any one else have this problem?
  7. Haven't been able to use your plugins for some time now with the licensing server being down.

  8. I wouldn't buy ubot to work on any trading platform unless you know how to use the respective trading platforms api to do what you want to do. OR are willing to learn how to use an api.
  9. what files and folders are showing in the ubot install folder?
  10. if you know the ending point of the data you want to scrape, then page scrape the page and then use heopas get before to grab everything before that Grand Total. Parse that result and add it to a list, then add that list to a row in a table. Parsing that data will obviously be the biggest challenge. Good luck! You already know your target id's so it should be easy.
  11. I can confirm this doesn't work. The solution is to loop while the downloaded index doesn't = new emails, to continually update the index. If an email is deleted you will need to rebuild the index to the date of the last email you saved.
  12. I've been using 6.3.7 and the debugger is showing data, and list functions are working. Didn't have issues compiling or running compiled bots. Clear Data command and Clear Variables button in the debugger doesn't always work even though the debugger shows everything has been cleared... and for some reason it always shows a couple rows of data left in tables that are really 100% empty. I'm seeing more errors in bots that reuse variable/table/list names and I'm guessing this has something to do with it. So far the only way around it is to reboot ubot and start over. The connect to gmail co
  13. Check the Ubot Studio install folder in your %appdata% directory. There's a ubot_log.txt file that can help indicate what your Ubot install is getting stuck on. Also, try running Ubot "as administrator" next time you launch it and see if that changes anything.
  14. I can confirm it doesn't work in exbrowser either, but it does work with multiloginapp. With ubots python command maybe we could use pyautoit to automate a normal browser. and thank you seth for those new commands, they are very cool and definitely helpful!
  15. Any security software running in the background? Did you allow ubot through your firewall, etc. Have a screenshot of the loading screen? What message is it showing under the Revision portion on the loading screen. Does it say it's downloading base files... or validating license...? Were you ever able to enter your license during startup?
  16. probably the best powershell script most ubot users will want to use is wget. It makes it easy to download entire websites if you use the recourse/recurse parameter. Crawling an entire website with ubot requires a load more effort. It's not impossible, but if you want to see the level of effort required you will need to get nick's website crawler.
  17. Here's something fun: Dan's Exbrowser plugin actually uses AutoIT to make his plugin work. So yeah, you should absolutely be looking into c# and other automation programs like AHK to produce your programs. Because why??? If it works it works! There is no reason to make your program perfect. Just get it done. Or, as my favorite tv reality star says "make it happening".
  18. The Bion notification errors are because the Gmail and Trello features are not fully released yet, so for now they are normal. Your computers specs are more than enough to run ubot. One of my installs actually runs on a 2gb ram laptop with a single core processor, which is a tiny fraction of power compared to what you are running. The .net 4.5 alert is just telling you the dependency is already on your machine. The wiki suggests having .NET 4.0 as well. Another dependency that isn't mentioned in the wiki is Visual C++ Redistributable for Visual Studio 2015 https://www.microsof...s.as
  19. And powershell. Loads of scripts available for parsing stuff. As you will learn this forum isn't the most active and people aren't always available to answer questions in the timeframe you want them answered in. Glad you found an answer though using ahk and python.
  20. I went through the same thing after purchasing ubot. I bought into the negativity and stopped using it altogether. This was several years ago, and after coming back to it I regret buying into all the negative BS because had i just stuck with it id have accomplished so much more. Instead I bought every other tool and slowly learned that none of them are perfect. Then I tried python and c# and found it's just as much of a hassle if not more keeping up with a programming language. There are no perfect solutions. Don't let other's unrealistic expectations turn you into a shiny-things chaser.
  21. You may want to try messing with the css height/width settings for the container the data is being displayed in to see if you can forcefully make it larger, possibly bringing more data into view. If more data is not displayed then there is a coded display limit and you may have to continue scrolling to fetch your data. Also, check to see if there is an iframe on the page, because that may actually be where all of the data is. iframes are ancient technology but still great at screwing up the scrape attribute function. It can be good practice to ctrl+f the pages source code with some of the
  22. I'm not seeing shared cookies when spawning multiple instances with the in external browser command, but yeah, it does look like the built in cefsharp browser is sharing cookies when using the in new browser command. Pretty silly indeed.
×
×
  • Create New...