|
| Author |
Message |
Luke Member

Joined: 01 Nov 2003 Posts: 111
   
|
Posted: Fri Feb 20, 2004 4:41 am Post subject: |
|
|
I have an idea, where andromeda or other bot templates submit there address to a database here at bot depot or whereever. It then retrieves if the user is a bot, if so ignore it.
Basically make a big bot database so bots dont flood each other. |
|
| Back to top |
|
 |
Tony_shu God Like

Joined: 12 Nov 2003 Posts: 624
    
|
Posted: Fri Feb 20, 2004 4:57 am Post subject: |
|
|
We have that...BotWorkWatcher. At least we have the "database" _________________ Anthony Arslan
@-Squared Enterprises
MacroHard Corporation |
|
| Back to top |
|
 |
Luke Member

Joined: 01 Nov 2003 Posts: 111
   
|
Posted: Fri Feb 20, 2004 5:19 am Post subject: |
|
|
| So the bots automatically submit themselves to it when they are run? Please show me where in andromeda it has this. |
|
| Back to top |
|
 |
Mojave Almost An Agent

Joined: 01 Nov 2003 Posts: 1434
 
|
Posted: Fri Feb 20, 2004 5:34 am Post subject: |
|
|
I'll look into adding functionality to the Bot List that allows registered bots to get a list of all bots. Actually that was going to be a part of Growl (which is unfinished), but it probably makes more sense to have it part of the Bot List itself.
Also, I developed a set of commands waaaay back for AIM bots that made it easy to register at the Bot List. I could revive that and work with Eric to make it a part of his latest Andromeda release if there are enough people interested. |
|
| Back to top |
|
 |
Mojave Almost An Agent

Joined: 01 Nov 2003 Posts: 1434
 
|
Posted: Fri Feb 20, 2004 7:18 am Post subject: |
|
|
OK, I created a simple web service that gets a list of all the MSN bots registered at the Bot List. It returns a plain text file with a comma separated list.
In order for your bot to get the list, it must be registered on the bot list itself and you must get a Growl code. Why do you need a Growl code? I use this to track access to the lists so I can prevent abuse of the service. Nothing more.
How do you get a Growl code? Simply have your registered bot send the message 'growl' (without the quotes) to the MSN bot botlist@botwork.com. It will return your bot's Growl code.
Now, to get the bot list, use LWP::Simple or similar to get the following url:
| Code: | | http://www.botwork.com/cgi-bin/msnbots.cgi?growl=GROWLCODE |
where GROWLCODE is your bot's Growl code. Once you get the list, your bot can split the list on commas and have a list of all the MSN bots on the Bot List.
I'm trying to get Eric to create a brain/commands for Andromeda so this is all automatic. And maybe he'll even throw in code to automatically register your bot on the Bot List.  |
|
| Back to top |
|
 |
Keenie Almost An Agent

Joined: 31 Oct 2003 Posts: 1071
 
|
Posted: Fri Feb 20, 2004 2:06 pm Post subject: |
|
|
that would be kewl
on setup:
| Quote: | Would you like to add your bot to the bot list? *lazy* | n *lazy* bots name: _ bots creater: _ ect..
|
then it could submit it once it signs on  |
|
| Back to top |
|
 |
|