Your software looks very professional it will be a "baron" for sure. Do you plan support gsa captcha breaker?
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 ?
Is there any reason you don't use python's urllib library?
See my answer here community.bablosoft.com/topic/861/extract-parsed-data-to-csv-file
Yes.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 ?)
One customer uses BAS for instagram account creator, I don't know about poster.is anyone using this to automate like a commenting on instagram?
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.
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?
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![]()
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!