Best Way To Write/Create Bots?

Status
Not open for further replies.
Depends, are you looking to code for the sake of coding? If so C#, Java, python, whatever tickles your fancy, they all have their pros & cons (I prefer c# personally, much more straightforward than lower level languages and lots of great packages to speed up development). If you want to build bots for the sake of making money & as a business move, go for a bot platform such as uBot studio. May not be perfect, but banging out a halfway decent bot in a day is way better than spending weeks trying to prove your coding skills & missing out on profits. Then, if you want to sell them you can either work on stabilizing them and optimizing them in uBot (or whatever platform), or porting them over to a different language.
 
As a former member and most advanced user in botchief I would say avoid it at all costs. They stole commissions from me, then when I complained about it they disabled my license 3+ years I had with them, and they took a lot in commissions and then the license. Also if I did all of their training videos in case you are curious. It's riddled with bugs, they don't have support (Most users came to me for support) If your looking to bot development learn a programming language because you will soon find out that all 3rd party tools cannot keep up with what you can do with a programming language!
 
As a former member and most advanced user in botchief I would say avoid it at all costs. They stole commissions from me, then when I complained about it they disabled my license 3+ years I had with them, and they took a lot in commissions and then the license. Also if I did all of their training videos in case you are curious. It's riddled with bugs, they don't have support (Most users came to me for support) If your looking to bot development learn a programming language because you will soon find out that all 3rd party tools cannot keep up with what you can do with a programming language!
You had some cool training videos I watched a few, I saw your updated comments on the video about how buggy it is.

I agree with him tho, I think ubot is better than botchief but i would avoid both if you want the best results in the long or medium term.
 
Thank you guys so much for all the information! I am probably going to invest some time into selenium + python.
Go ahead, mate. If you study online, try Udemy because they offered 55,000 courses are $10 each, It is a New student discount. It only applicable for 6 hours only!
 
You had some cool training videos I watched a few, I saw your updated comments on the video about how buggy it is.

I agree with him tho, I think ubot is better than botchief but i would avoid both if you want the best results in the long or medium term.
Thanks man, yea avoid botchief at all costs they are a total ripoff. As I have said in my videos, I originally asked for a refund 3 years ago within 2 days of buying it they refused! Many users have asked for refunds and they refuse.
 
It is not bad to use python + selenium, but selenium is really slow (but free).

So I use zennoposter. It has the fastest browser I ever saw and us easy to use. The documentation is solid but not perfect.
 
I need some help/hire for building an ad poster bot (python/JS)... U guys seem very resourceful...
 
It is not bad to use python + selenium, but selenium is really slow (but free).

So I use zennoposter. It has the fastest browser I ever saw and us easy to use. The documentation is solid but not perfect.
It is decent, but owning both ZP and uBot I have to say that uBot with ExBrowser is unbeatable for speed and compability
 
I tested only ZP on some javascript sites that take a lot of time to load even in for example chrome which is pretty fast browser. And the speed was the same. So I am not sure if this can be faster with any other tool. I mean it cant be faster than the fastest browser, unless something is disabled.

Anyways, speed is not important as memory and CPU usage. And ZP uses something like 100mb per instance and CPu load is pretty low, I can't recall exactly but depending on the task it can run 5+ task on just one CPU. With selenium this is not possible, cpu load would be around 100%.

So, what is the memory and CPU usage for this ubot plugin. I tried phantom JS with selenium and it was decent but i think that CPU load was still much higher than with zennoposter. And it doesn't work on all JS sites.
 
It's easy to run Python on Windows,Linux desktops and cheap Linux servers. That's the most important thing
 
Status
Not open for further replies.
Back
Top