Looking to get into coding bots

imlawgic

Newbie
Joined
May 4, 2012
Messages
20
Reaction score
1
Hello everyone.

I am a long time lurker on this forum, but recently have gotten back into the game. Also I have started doing a lot of programming over the past few years. I have experience in c++, c#, java(little),javascript. I would like to start developing bots for different services, and was just trying to see if there was any source code out their of old bots that I could use as a starting point of where I need to be. I am not trying to steal a bot, I have just never done anything through website APIs and stuff and was just trying to see where to start.

Any help would be great or some source code.

Feel free to PM me or contact me on skype.

Thanks
 
Why not build one yourself? Consuming APIs is easy. You could even build the whole thing in JS if you wanted to just roll it in node.
 
You have good programming knowledge(based from programming languages you mentioned). Why not create your own bot software. Or read some books or tutorials about bot software, i think it'll be a piece of cake for you.
 
Hello everyone.

I am a long time lurker on this forum, but recently have gotten back into the game. Also I have started doing a lot of programming over the past few years. I have experience in c++, c#, java(little),javascript. I would like to start developing bots for different services, and was just trying to see if there was any source code out their of old bots that I could use as a starting point of where I need to be. I am not trying to steal a bot, I have just never done anything through website APIs and stuff and was just trying to see where to start.

Any help would be great or some source code.

Feel free to PM me or contact me on skype.

Thanks

If you coded in c++ I'm sure you have to include some libraries from non standard ones so with API's it's the same you pick up supported language API and go with it.. !

I suggest read references before you code something "big"/"time consuming".
 
Back
Top