Bump version and update Changes
[app-statsbot.git] / README
1 App-Statsbot version 0.001001
2 =============================
3
4 statsbot is a simple IRC bot that tracks the people that inhabit a
5 channel. It is able to answer queries of the form "In the last <time
6 interval>, how much time did <nick> spend in this channel?".
7
8 It was written as a single script in 2013 and repackaged as a module
9 in 2015.
10
11 INSTALLATION
12
13 To install this module type the following:
14
15 perl Makefile.PL
16 make
17 make test
18 make install
19
20 DEPENDENCIES
21
22 This module requires these other modules and libraries:
23
24 * POE::Component::IRC::State
25 * IRC::Utils
26 * DBI
27 * DBD::SQLite
28 * Text::ParseWords
29 * Time::Duration
30 * Time::Duration::Parse
31
32 COPYRIGHT AND LICENCE
33
34 Copyright (C) 2013-2015 by Marius Gavrilescu
35
36 This library is free software; you can redistribute it and/or modify
37 it under the same terms as Perl itself, either Perl version 5.20.2 or,
38 at your option, any later version of Perl 5 you may have available.
39
40
This page took 0.019508 seconds and 4 git commands to generate.