|
|
| Author |
Message |
DjMadness- Newbie

Joined: 10 Jan 2004 Posts: 70
|
Posted: Jan 10, 2004 7:59pm Post subject: a robot for getting users/channels/user in a specific chan |
|
|
Hi does anyone know where i can get a robot, that can get info from the IRC network, it needs to be one that runs in the background, and always connected to IRC, and runs in Linux.
i need to get users on the network global
Channels on the network
Users in a specifix channel
Uptimes on the servers
and a channel list
i will need to view this info in a website, so it needs to write this info to a text doc.
i have been trying for ages, and now i am realy stuck, plZ hlp |
|
| Back to top |
|
 |
gtpnos Newbie

Joined: 05 Aug 2003 Posts: 67 Location: USA
|
Posted: Jan 10, 2004 9:48pm Post subject: |
|
|
ircservices from www.ircservices.za.net have a statistic web-based and client side creation tool that provides what your looking for. I believe neostats http://www.neostats.net/ also have something along those lines but ircservices do for sure. If you were looking for a "bot" to do that, it would be tough without it being opered so that it could see everything, otherwise some channels/nicknames would be blocked.
peace
-gtpnos |
|
| Back to top |
|
 |
DjMadness- Newbie

Joined: 10 Jan 2004 Posts: 70
|
Posted: Jan 10, 2004 10:02pm Post subject: "bot" |
|
|
| gtpnos wrote: | ircservices from www.ircservices.za.net have a statistic web-based and client side creation tool that provides what your looking for. I believe neostats http://www.neostats.net/ also have something along those lines but ircservices do for sure. If you were looking for a "bot" to do that, it would be tough without it being opered so that it could see everything, otherwise some channels/nicknames would be blocked.
peace
-gtpnos |
if a bot needs to be opered, i will oper it, but it would be nice to have a bot, since our ircd software has many more chan modes !*@%+- not all services will work with it, unless they are modified + our large databases wont help that much.
What is realy needed is a Real bot, that runs in the background or in a terminal. and if it cant do it its self, it has a easy scripting language, so i can script it to do what i want it to do, all i need to do is get a few raws and put it in a text doc, should not be that hard, but the problem is finding a bot, that is good enough to do what i want to do, then it can later be extended with rrdtool. |
|
| Back to top |
|
 |
gtpnos Newbie

Joined: 05 Aug 2003 Posts: 67 Location: USA
|
Posted: Jan 10, 2004 11:37pm Post subject: |
|
|
have you experiemented with many services? ircservices and neostats do tend to link very well with various ircd versions, if you cannot go into that direction I believe theres a few publically avalible bots that can be run to report network statistics, i've never used them so I cannot comment. if you haven't already give ftp://ftp.blackened.com/pub/irc/*tcm, tcm (traffic connection monitors) my by at least part of what your looking for. They may only be ircd specific but it's worth a shot. best of luck,
-gtpnos |
|
| Back to top |
|
 |
U Eleet

Joined: 18 Jun 2003 Posts: 521 Location: IRC
|
Posted: Jan 11, 2004 10:48am Post subject: |
|
|
| statserv is the only one I have found to really meet my needs. There is also one out there called 'solarstats' by the coder of Unreal-but I have yet to get it to work properly. It supposedly has the ability to drop figures into sql-which you could then manipulate as you wish. |
|
| Back to top |
|
 |
DjMadness- Newbie

Joined: 10 Jan 2004 Posts: 70
|
Posted: Jan 11, 2004 7:17pm Post subject: hmm... |
|
|
the main problem atm, is to have a bot in a channel, that writes to a text file about how many is in the channel, but its gotta delete the top line.
i know this is not totally irc related, its for our website, so we have info apon our main channel and servers. |
|
| Back to top |
|
 |
gtpnos Newbie

Joined: 05 Aug 2003 Posts: 67 Location: USA
|
Posted: Jan 11, 2004 10:47pm Post subject: Re: hmm... |
|
|
| DjMadness- wrote: | the main problem atm, is to have a bot in a channel, that writes to a text file about how many is in the channel, but its gotta delete the top line.
i know this is not totally irc related, its for our website, so we have info apon our main channel and servers. |
have you tried looking at http://searchirc.com/add_stats/yournetwork and adding one of those lines to your site? It will list the amount of users,channels etc... and all you have to do is have your network on SearchIRC and cut/paste some code.
-gtpnos |
|
| Back to top |
|
 |
|