-
Content Count
59 -
Joined
-
Last visited
-
Days Won
6
Everything posted by SourceUltra
-
when the license server goes down I use deno to compile the js I have in ubot running. Deno is a node.js alternative that is for us botter.s (i wish seth would use deno instead of node) The best part is it that when you compile a script in deno it includes a license. So basically, you can use ubot to test js scripts, then use it to compile in deno, to produce fully licensed executables... and distribute. https://deno.com --good luck all!
-
they definitely need to fix the license server issue. I would recommend they start a second for paying subscribers so they get priority access (with a token of course).
-
I GET IT DUDE! it is very convenient and there are NO others like it! IF there are they are 1kx more expensive and I can't afford it OR are behind a G.D. enterprise gate. I continue to load ubot back up because it is the most affordable AND usable. I know I've complained about it before but once you start building bots it's worth the $.
-
we need to talk about working together!
-
I sometimes wonder what seth does that makes him immune from us plebs talking about him. Does he want to fix stuff? or does he just travel with his hot ass gf and do some sick ass shit? maybe he can just text me and shit. If I was him I'd touch make this shit the best i could because mama doesn't love me.
-
-
appreciate everything you share code docta!
- 7 replies
-
- python code in ubot
- ironpython
-
(and 2 more)
Tagged with:
-
Sent a message to ubot support but it's never really clear if they get it or not as there isn't an email verification for newly created tickets, or even a way to register or log in at support.ubotstudio.com (which redirects to ubotmedia.freshdesk.com). Is the licensing server down for anyone else? I've been getting a 403 Forbidden error notice since yesterday.
-
Google recently made an update that affected many search data providers (giant ones even) ability to scrape google. Some believe that it is a move to save company resources as they are spending so much on their AI Gemini, and bots likely account for a HUGE amount of traffic expenditure for them. Some search data providers are still able to collect data, so it seems to be possible with the right tools. It's likely google has a significantly larger fingerprint database and can more easily detect web bots behaving a certain way or using selenium or other popular browser automation engines.
-
How To Avoid Antivirus And Windows Alerts
SourceUltra replied to Macster (UBotter Labs)'s topic in General Discussion
If you watch performance in your Task Manager, some of you might see the Antimalware Executable consuming a heck of a lot of resources when Ubot is open. The issue is that once Windows decides it is "malware" you'll see a PAINFUL slowdown in Ubot in general, particularly when you edit a node like a define. I've used other botting tools (botchief) that have also had this problem, so it isn't just Ubot. However, some tools like Actiona and Autoit do not have this issue. I expect it is because Ubot comes with a heck of a lot of mouthwatering libraries that hackers love to use or exploit, and- 27 replies
-
- code sign
- code sign certificate
-
(and 1 more)
Tagged with:
-
I've used Ubot sporadically, bouncing around from different automation tools like actiona, ui.vision, and autoit, but I always come back to ubot because it is easier to build user interfaces. One of the best integrations I've come across with ubot is Tabulator. Tabulator is a javascript library that helps you build interactive tables and grids. I honestly love it and use it in all of my projects where I need spreadsheet-like control over my data. Heck, I prefer using it over google sheets! Most of all, I love it because it makes viewing API data easy! In this example, we can GET all
-
uBot isn't working ( Unable to Load Python and Node JS )
SourceUltra replied to Rajendra's topic in Mac and UBot Studio
New ubot installs for some reason have broken python integration, and it has been this way for a very long time. There are 2 folders in the ubot %appdata%\Roaming\UBot Studio\ folder, and you'll see one called python standard library and other python. Some of the python modules it is looking for in that error message are in the %appdata%\Roaming\Ubot Studio\python\Lib\site-packages folder and not in the Python Standard Library folder. If you copy over the Requests folder to your "python standard library/site-packages" folder it may solve the error you are getting now --at least did so with me -
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???😆 😅
-
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?
-
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
-
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.
-
An error occurred while trying to Set up the main browser.
SourceUltra replied to bmon3y's topic in General Discussion
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? -
Bought Enterprise Edition - How to Access it?
SourceUltra replied to SourceUltra's topic in General Discussion
Gonna give that a shot! Hope it gets picked up soon. -
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?
-
Haven't been able to use your plugins for some time now with the licensing server being down.
-
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.
-
what files and folders are showing in the ubot install folder?
-
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.
-
Does google spreadsheets working?
SourceUltra replied to Kreatus (Ubot Ninja)'s topic in General Discussion
It does not work. -
Try imap with ssl
-
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.
-
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