BrowserAutomationStudio. Create multi-threaded applications for free without any programming skills.

Status
Not open for further replies.
Doesn't have the download.zip file.

This means, that there was http error during downloading update. I think that may be because of cloudflare, but I can't remove it because afraid of ddos.
But you can fix it by downloading fresh version from official site.
 
This means, that there was http error during downloading update. I think that may be because of cloudflare, but I can't remove it because afraid of ddos.
But you can fix it by downloading fresh version from official site.

Already did, thanks! Looking forward for next versions, improvements at each update are really impressive. Can't wait to buy the premium, worth every dollar.
 
I'm going to dig deeper into your sw as soon as more free time. Thanks OP.
 
Well, 2 cents from someone that is in the internet marketing environment since more than 10 years.

This automation software is fair superior to its paid competitors; learning curve is much shorter, you can go from zero to hero of web automation in just some days with this tool.
Script logic is flawless.

The negative thing is that, when you go multithread, is still a lil bit unstable compared to its competitors (ubot and zennoposter), cause the software is still young. Stability and usability while multithreading should be increased (ex, change number of threads during execution, delay additional threads starting, etc)

Also today, cause of a change in recaptcha, a bug appeared in the recaptcha 2.0 solving procedure (wrong image gride size), but i'm sure the developer will fix it in no time.

9/10 software, and unless you need to sell your script, is basically free (but still i suggest to buy the premium, to support the developer).
 
Last edited:
Is there any tool to translate the russian (I think) videos into english?
 
so this software can solve recaptcha v2?
I can use this to fully automate generating accounts on sites that have recaptcha?

if so that is pretty amazing. Would this be able to run a few different threads of a account gen at the same time a long with proxies
 
if there where a English proper course in this tool I would use it to all it glory ...

I need proper tutorials to understand everything

I would love to do i programming visually looks grate.

I need to understand every button in detail

and then shown how to put a bot project together step via step.

then see tutorials courses step by step on making other bots....

account creator for email systrm like mail.com no pva

account creator for hotmail.com system with sms

courses like this encourage ppl to want this application
 
Last edited by a moderator:
i might give it a try.

Am i able to solve google captcha with this? or do i need to combine it with capmonster2?
 
Wow, the soft is impressive. I have started to deveop my own bot (using a different strategy though) and therefore I know perfectly how much time is needed.

One of the major drawbacks of such a software is the storage and maintenance of data parsed/scrapped. I have seen that the backend database is MongoDB, which is good. However, I have a few questions:

  • Should this storage considered as "permanent" and stable enough to store long-term data?
  • Any feature to "read" the database easily, and export the tables and columns we want at any moment?
  • Any possibility to provide a column of a table (filled by Bot A) as an input of a bot B?
  • Same question as the last one, but with a "where" query.
For instance, I make a bot (A) just to scrap URLs from a directory. Then, later, I want to analyze each URL with a bot B. Is it possible to do it directly with the DB, without exporting results of Bot A and importing to bot B?

Thanks
 
Another question (sorry for the double post but it is a different question) :

Is there any possibility to call an external/shell script and to get the result within a bot? (followed by a IF condition for instance).

I didn't see it in the doc.
 
It is awesome. It has got plenty of features and all is free. Thank you very much.
I just made an easy script. Playing alot with it to master it.
I have a question though.
Is it possible to limit speed (upload and download bandwidth) of each instance?
 
Added support of node.js and npm packages. Npm has lots of libraries and now it can be used with BAS.

In a new version you can write entire script with node.js or use it to solve some part of your tasks.

Editor looks like this:

jNDmsMG


This is npm installer

MbSMOKi


Features which are implemented:

  • Calling BAS api from node.js(including browser control).
  • Using BAS variables inside node.js.
  • Multithreading.
  • Separate your code into different files and reuse it.
  • console.log and node.js exception integration.
  • Timeouts.
  • Works in the compiled script.

http://wiki.bablosoft.com/doku.php?id=node.js This is manual with examples: reading excel files, connecting to mysql database, posting with facebook api, listing ftp folder.
 
Is it possible to limit speed (upload and download bandwidth) of each instance?
There is no such functionality at that moment, but there could be some external tools, that does it.

Another question (sorry for the double post but it is a different question) :

Is there any possibility to call an external/shell script and to get the result within a bot? (followed by a IF condition for instance).

I didn't see it in the doc.

You can use "Run Process" action where you can paste any batch file content, or use new Node.js action to run arbitrary code.

Should this storage considered as "permanent" and stable enough to store long-term data?
Yes

Any feature to "read" the database easily, and export the tables and columns we want at any moment?
It can be done only manually with backup/restore commands

Any possibility to provide a column of a table (filled by Bot A) as an input of a bot B? Same question as the last one, but with a "where" query.

You can set a remote database connection and read/write from same database. First bot will add rows, second one will read them. Can use resources or database module for this.
 
Last edited:
testing this really awesome tool, and i like the name mostly :D
 
love BAS so much! definitely the best automation software i have ever seen or used. after 5 days of using have already made some pretty serious bots that i didn't think would be possible without being a coding expert..
 
There is a few awesome members on their support forums that will help you if you get stuck
 
Nice update mate. I have to spend deeper in this SW.
 
Status
Not open for further replies.
Back
Top