Project:Ircensus: Difference between revisions

From London Hackspace Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{Project|members=[[User:Teabot|Elliot]]}}
{{Project|members=[[User:Teabot|Elliot]]}}
[[File:Active-users.png|250px|thumb|Active users]]
[[File:Message-activity.png|250px|thumb|Message activity]]
[[File:Total-users.png|250px|thumb|Total users]]
Part of the [[Project:LHS Graphs and Visualizations|London Hackspace graphs and visualisations]] project.
Part of the [[Project:LHS Graphs and Visualizations|London Hackspace graphs and visualisations]] project.



Revision as of 13:01, 15 February 2011

Ircensus


Members Elliot
QR code
Active users
Message activity
Total users

Part of the London Hackspace graphs and visualisations project.

Overview

There is a bot with the nickname 'ircensus' in the #london-hack-space channel that collects data on the following:

  • Active users (/5min)
  • Number of messages (/5min)
  • Total users

This bot is written in Java and runs on Babbage. It has an HTTP interface that outputs: london-hack-spaceMessages:5 london-hack-spaceActiveUsers:2 london-hack-spaceTotalUsers:102

 http://localhost:42002/

Code

The source code is available on GitHub.