Ashutoshrox
Regular Member
- Mar 15, 2017
- 210
- 39
I know about the Ubot Studio... Any free alternatives to it ??
Peace
Peace
I know php & c++ but noob with file handling .There isn't a free alternative to ubot, which is the best software to learn programming in.
You can do so much more if you learn a programming language, but that takes time and commitment.
Although learning something like php, or c++ is much harder than ubot, it is free, and you can create reusable librarys.
Thanks ... will try it definatelyGive Browser Automation studio a try.. Heard that Its free and powerful too..Haven't used it but many say that it is one of the best..
Just registered there . ThanksJust put a bit more practice in then, if you know those languages, then you should be able to overcome
your hurdle. I just built my first php bot the other day, and although it isn't finished, it works up to the point
that i am on. Just get yourself registetred on stack overflow, and ask your questions there, good community.
I am going to start Unity in that c# is the key ... will learn it soon .C# is free.
Best bots you can easily create using HTTP requests instead of a browser, as you can have full control with JS/Ajax and security of a website.
Yeah gonna try it.imacros for relatively simple stuff (free extension for firefox / chrome) or real languages like .net, python basically anything that supports a web browser component, you can even try selenium that's a bit of a unit testing standard so perfect for doing your own bots
This is the only answer that should be required. You can apt-get (humor is not my strong suit) up and running with Mono on a fresh Linux box in like ... a few minutes? ish? It also has a fat standard library to boot.C# is free.
Best bots you can easily create using HTTP requests instead of a browser, as you can have full control with JS/Ajax and security of a website.
Just started learning c#C# is definitely an awesome way to go, tons of libraries you can utilize that can get you up and running fast - and if you make a good bot, it's relatively easy to port it over to Azure by building the interface in ASP.NET, using the same (maybe a little modified depending on needs) c# code from the desktop version as the backbone to process data and (business logic), and storing and retrieving data with EF (or whatever you prefer).
Just started learning c#![]()
Tell me when it is available . GLHFyes c# is your choice to go with , all TeKnife bots coded using C# , i'm making web automation course using c# hope end of this month will be ready on udemy .
Best bet is to practice with your given language and avoid those shortcut apps like ubot and such. I have used them all and they will end up limiting you more than they would help