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

Status
Not open for further replies.
Your software looks very professional it will be a "baron" for sure. Do you plan support gsa captcha breaker?
 
Hi Twaego,

I'm playing with your G00gle parser. It's working well but how do I extract the URLs/text parsed ? The only output I can see is located in the log console. Can I extract the results to a csv file or else ?
 
Your software looks very professional it will be a "baron" for sure. Do you plan support gsa captcha breaker?

Yes I do, I don't have this software right now, but I'll check it out. Maybe it supports antigate interface, than I could integrate it really quick.

I'm playing with your G00gle parser. It's working well but how do I extract the URLs/text parsed ? The only output I can see is located in the log console. Can I extract the results to a csv file or else ?

See my answer here community.bablosoft.com/topic/861/extract-parsed-data-to-csv-file

Is there any reason you don't use python's urllib library?

BAS is written in c++ and javascript. So it uses libcurl for network requests. You can use urllib and any other python script through "Run Process" action or through module system. I can even create a module which runs any python code, that won't be a problem.
 
Can I use this to (bulk) scrape (selected) articles from different sites and put them into wordpress (is it possible to automate such a process with your tool ?)
 
See my answer here community.bablosoft.com/topic/861/extract-parsed-data-to-csv-file

Hi Twaego, thanks for your answer. I've lost my pass to your support site and your "forget my pass" doesn't work asI did not receive any email. Could you please take a look at it.
 
Very impressive.

I have a few questions:

A) If this is free, how do you make money?

B) You say somewhere that you use Chrome. Why did you pick Chrome instead of Firefox?

C) How do you control Chrome? Do you use Selenium, or do you do it a different way?

Thanks
 
Can I use this to (bulk) scrape (selected) articles from different sites and put them into wordpress (is it possible to automate such a process with your tool ?)
Yes.

is anyone using this to automate like a commenting on instagram?
One customer uses BAS for instagram account creator, I don't know about poster.

Hi Twaego, thanks for your answer. I've lost my pass to your support site and your "forget my pass" doesn't work asI did not receive any email. Could you please take a look at it.

Mailer is not installed on server. You can PM me, I'll restore it manually.

Very impressive.

Thanks

A) If this is free, how do you make money?

I don't earn money from BAS right now.

B) You say somewhere that you use Chrome. Why did you pick Chrome instead of Firefox?

I started with webkit first. BAS used webkit for several years, made a lot of small private scripts and one big public, but this engine was too limited. It was hard to emulate mouse in multithreaded mode, make screenshot, etc.
Than I started to mess up with firefox. FF was much better, but there were still a lot of issues. I made about 10 patches to source code to make it work. Besides that mozilla desided to drop xul framework builds(thing that I used to embed browser). That means, that developer can still use xul technology but need to build everything themself every time FF gets new version. I was afraid that mozilla will drop xul at some point completely and I'll need to rewrite whole engine, so I desided to try Chrome. And embedding Chrome is almost perfect: no source patching, every feature(like mouse movements, keyboard emulation) is out of the box. And even more, it allows to replace all rendering and all network communication by custom implementation, which is done in BAS. Farther comparison also shown that Chrome eats less memory than FF, about 10-15%, which was a surprise for me.

C) How do you control Chrome? Do you use Selenium, or do you do it a different way?

With CEF. en.wikipedia.org/wiki/Chromium_Embedded_Framework
 
I started with webkit first. BAS used webkit for several years, made a lot of small private scripts and one big public, but this engine was too limited. It was hard to emulate mouse in multithreaded mode, make screenshot, etc.
Than I started to mess up with firefox. FF was much better, but there were still a lot of issues. I made about 10 patches to source code to make it work. Besides that mozilla desided to drop xul framework builds(thing that I used to embed browser). That means, that developer can still use xul technology but need to build everything themself every time FF gets new version. I was afraid that mozilla will drop xul at some point completely and I'll need to rewrite whole engine, so I desided to try Chrome. And embedding Chrome is almost perfect: no source patching, every feature(like mouse movements, keyboard emulation) is out of the box. And even more, it allows to replace all rendering and all network communication by custom implementation, which is done in BAS. Farther comparison also shown that Chrome eats less memory than FF, about 10-15%, which was a surprise for me.

With CEF. en.wikipedia.org/wiki/Chromium_Embedded_Framework

Thanks for the link. By the way, I suggest that you add a wikipedia page for BAS and also add that on the page that you linked. If you send me text I can create the pages for you. I think wikipedia will think it's less shady if you have a genuine western IP :D
 
Thanks for the link. By the way, I suggest that you add a wikipedia page for BAS and also add that on the page that you linked. If you send me text I can create the pages for you. I think wikipedia will think it's less shady if you have a genuine western IP :D

Thanks, hope to find to time to write it. My ip sucks, thats true.
 
The software looks very promising.

Do you know somebody who's already familiar with BAS and who would be interested in programming a custom bot for me?
 
It looks great, trying it.

Also, very clever releasing it for free. Otherway, no one would even try it, many of us are dissapointed with zenno or ubot.
 
After downloading with my browser I couldn't install it because the files are in 2 parts (.part)
 
Hey Twaego, impressive work. I'm gonna give this a try with a new project of mine. I would also love to see more documentation. Keep in mind for many people good guides and tutorials are what make them choose one product instead of another.

Kudos!
 
The software looks very promising.

Do you know somebody who's already familiar with BAS and who would be interested in programming a custom bot for me?

Thanks, you can leave message here https://community.bablosoft.com/category/29/order-script we have big community from Russia, and some part of them knows English as well.

It looks great, trying it.

Also, very clever releasing it for free. Otherway, no one would even try it, many of us are dissapointed with zenno or ubot.

Yes, feel free to tell, what doesn't suit you in zenno or ubot, I'll try to make it better, there is a lot of features, which was implemented as user requests.

After downloading with my browser I couldn't install it because the files are in 2 parts (.part)

BAS is distributed as single exe, probably you use some download manager? If so can you try to donwload with chrome or firefox or ie, it should be ok with all major browsers.

Hey Twaego, impressive work. I'm gonna give this a try with a new project of mine. I would also love to see more documentation. Keep in mind for many people good guides and tutorials are what make them choose one product instead of another.

Kudos!

Thanks, but right now I have other priorities: add antidetect/change fingerprint module, database support, improve usablity an ui constructor. After that I'll add more videos and articles.
Right now there is 2 tutorials which explains BAS basics.
http://wiki.bablosoft.com/doku.php?id=tutorial1 - twitter poster
http://wiki.bablosoft.com/doku.php?id=tutorial2 - google parser
 
Its a really impressive tool.. Ive tried ubot and zenno.. and couldnt finish my script without some more advanced knowledge.. it seems i can do it easily with your software :)

You could add an option to resize value box in resources.. now its only 1 line.. also adding dropdown menu option..in "resource - select" would be nice :)
 
Amazingly simple. I did a quick google search for something and compiled it just to test and took maybe 30seconds to create from first open. I do have a question though. Is there a way once you compile it to see it happen with a web browser? I just personally like seeing more than reading logs. A+ product though.
 
Status
Not open for further replies.
Back
Top