Need Advice on Automation technologies

madhat

New member
Dec 13, 2009
34
0
0
Hi,

I am in IM since long now... and wanna take up IM as my full time job!
I want to learn code the bots and scripts that we use. Please advice How shall I begin (Which Langauges are to be learnt) so that I can bring full automation in my business, and can code my own ideas!

Thanks!
 


Hey madhat,

that's not really an easy answer. First of all you need to decide whether you want to develop in complete bot solutions like ubot or develop independently with "a real developing language".

I am a c# developer and I can say that I never had any problem with any kind of automation. I have the freedom to write anything I can think of but that took a while of learning.

Writing bots with a "bot solution" like ubot is more easier but also less independet.
 
Hi,
Thanks Khalil for your suggestion. I am not much interested in ubot for now... as I can do it anytime... that wont require much efforts I suppose!
I want to write scripts.... for example, which can do social bookmarking for me, check the file for suspended accounts, make accounts etc...

What do you think?
 
Well for that purpose you should learn a program language like C# or Java (for example)! But don't think you will create a bookmarking software in a week or so... - Even for the basics you'll need several weeks of learning. After you're familar with that you could start learning something about multi-threading which is pretty important in that context. However, as a newbie C# is a great point to start.