![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
Making a chatbot?
Is it possible to make a bot using C++. The AIM mentioned something vaguely about making a custom bot with the AIM SDK. But I can't see to find anything on it. Has anyone here ever made a bot? Or know if it's possible to make a custom bot in C/C++?
|
|
|
|
#2 | ||
|
Professional Programmer
Join Date: Jun 2005
Location: India, The great.
Posts: 435
Rep Power: 4
![]() |
Quote:
Quote:
__________________
PFO - My daily dose of technology. |
||
|
|
|
|
|
#3 |
|
Hobbyist Programmer
|
A chat bot just listens to a network connections, parses whatever is sent to it and sends something back. That can be done in pretty much any language. If you are using AIM SDK you need to follow it to connect to the AIM network, the rest just depends on what you want your bot to do (respond to commands, act like an Eliza chat bot etc..)
__________________
#programmingforums relay - http://thegupstudio.com/cgi-bin/pforelay.cgi freelance scripts - http://ryanguthrie.com/index.html |
|
|
|
|
|
#4 |
|
Expert Programmer
|
I made a bot once for IRC, I called it Cheese bot for a lack of a better name. Designed it with Borland C++ Builder 5, but in reality any C++ system will be fine. The important thing of course is that you will need to write some classes which will communicate with the IRC server to properly encode and decode messages.
__________________
Clifford Matthew Roche <geek@cliffordroche.com> Web Hosting: http://www.crd-hosting.com Consulting: http://www.crdev-consulting.com |
|
|
|
|
|
#5 |
|
Guest
Posts: n/a
|
I am making one for AIM. But I can't figure out how to get it on AIM.
|
|
|
|
#6 |
|
Programmer
|
you might want to look at existing implementation, e.g. use libgaim for that.
|
|
|
|
|
|
#7 |
|
Programmer
|
Easy
There are two ways. Either parse or forge Forging will just force a string into a sql or another database server and display it on the chats. Then parse is more complex.
__________________
Get programming and game creation tutorials and discuss apon you peers at http://s14.invisionfree.com/tsoft We also accept custom software requests and new mods will be needed soon |
|
|
|
|
|
#8 |
|
Expert Programmer
Join Date: Dec 2004
Posts: 794
Rep Power: 4
![]() |
free-zombie: Has libgaim actually been released? It seems like the ongoing quest to separate UI from logic has been a perennial thing for the Gaim project.
linxis: I have very little idea what you're talking about.
__________________
Few people deserve to be compared to (Rush) Limbaugh, most of them were convicted at the Nuremburg trials. --WilliamSChips on Slashdot |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|