Thread: Bot making

  1. #1
    Registered User
    Join Date
    Mar 2013
    Posts
    6

    Lightbulb Bot making

    Guys, I want to make a simple bot who chats.After that I'll make that as to complete tasks as given by me but I have never programmed a bot. I don't know what libraries will be used. Help me guys, suggest me something so that I can get started. I developed a bot in Ruby around 6-7 months ago but then I left Ruby and started C. Help will be really appreciated. I have googled how to make bots but didn't find anything important and usefull.

  2. #2
    Registered User
    Join Date
    Dec 2012
    Posts
    307
    here is a simple checklist to start with

    1. what network/client are you going to use the chat bot with
    2. what are the logon and handshaking protocols used by #1
    3. how is data sent to and from the client

    i would start with learning how the login to the chat works, and then write a program to load, authenticate, and login, then sucessfully log off first
    after that you can start to actually send and recieve data

  3. #3
    Registered User
    Join Date
    Mar 2013
    Posts
    6
    I want it to make it to talk to me only and it'll be in my pc only. No networking needed.

  4. #4
    Stoned Witch Barney McGrew's Avatar
    Join Date
    Oct 2012
    Location
    astaylea
    Posts
    420
    Read, evaluate, print, loop.
    stdin, ..., stdout, ...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. making a dll
    By MK4554 in forum C++ Programming
    Replies: 5
    Last Post: 04-04-2006, 03:39 PM
  2. making an OS
    By AdamLAN in forum Tech Board
    Replies: 4
    Last Post: 01-31-2005, 12:42 PM
  3. Making a 2d/3d RPG
    By X PaYnE X in forum Game Programming
    Replies: 0
    Last Post: 04-07-2004, 03:03 AM
  4. Replies: 2
    Last Post: 01-13-2003, 01:28 PM
  5. I'm making C++ all over again!
    By sean in forum C++ Programming
    Replies: 7
    Last Post: 12-29-2001, 01:15 AM