Download Latest Version botube2-1.0.tar.gz (51.3 kB)
Email in envelope

Get an email when there's a new version of BoTube2

Home / botube2-0.2
Name Modified Size InfoDownloads / Week
Parent folder
botube2-0.2.3b.tar.gz 2013-08-27 66.6 kB
botube2-0.2.2b.tar.gz 2013-08-26 67.0 kB
botube2-0.2.1b.tar.gz 2013-08-17 47.8 kB
botube2-0.2.0b.tar.gz 2013-01-14 47.0 kB
README.txt 2013-01-14 1.5 kB
Totals: 5 Items   229.8 kB 0
BOTUBE 2 
-----------------------

LICENSE: GNU Library or Lesser General Public License version 3.0 (LGPLv3)
https://sourceforge.net/directory/license:lgplv3/

Install
--------------

To install the database, login to mysql as root 

 $  mysql -u root -p -h 127.0.0.1 < database.sql

You must install the Python mysql database library

Ubuntu :
python-mysqldb                  - Python interface to MySQL

Config
--------------

Edit config.py file with your settings

Run
--------------

 $ ./botube2.py

And you are done!


COMMANDS
---------------

!help commands --Shows commands list
!help commandname --Shows help from a given command

!last <nickname>
Shows last activity time from selected nick
Example: !last Javitux

!search <yyyy-mm-dd> <HH:MM> <yyyy-mm-dd> <HH:MM> <search string|regular expression>
Search events in channel from day time to day time regular expression or string to search
Example: !search 2012-12-01 00:00 21/12/2012 00:00 .*

!set access <nick> <None|User|Master>
Changes Access Level for selected nick 
!set access javitux Master

!set autoop <nick>
Enables operator mode for nick selected when joining channel
!set autoop javitux

!set autovoice <nick>
Enables voice mode for nick selected when joining channel
!set autovoice javitux

!set gmt <+|-><nn:nn>
Sets user gmt time zone
Example: set gmt +01:00

!stats <yyyy-mm-dd> [yyyy-mm-dd] [nn]
Statistics from day to day n results
Example: !stats 2012-12-21 2012-12-25 10
Example: !stats 2012-12-21

Source: README.txt, updated 2013-01-14