1,649
edits
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
==Overview== | ==Overview== | ||
There is a bot | There is a bot with the nickname 'ircensus' in the #london-hack-space channel that collects data on the following: | ||
* Active users (/5min) | * Active users (/5min) | ||
* Number of messages (/5min) | * Number of messages (/5min) | ||
| Line 10: | Line 10: | ||
This bot is written in Java and runs on [[Babbage]]. It has an HTTP interface that outputs: '''<tt>london-hack-spaceMessages:5 london-hack-spaceActiveUsers:2 london-hack-spaceTotalUsers:102</tt>''' | This bot is written in Java and runs on [[Babbage]]. It has an HTTP interface that outputs: '''<tt>london-hack-spaceMessages:5 london-hack-spaceActiveUsers:2 london-hack-spaceTotalUsers:102</tt>''' | ||
http://localhost:42002/ | http://localhost:42002/ | ||
==Code== | |||
The source code is [https://github.com/londonhackspace/ircensus available on GitHub]. | |||
edits