File: jsonbot.1

package info (click to toggle)
jsonbot 0.84.4-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 5,632 kB
  • sloc: python: 56,224; sh: 250; makefile: 25
file content (54 lines) | stat: -rw-r--r-- 1,714 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.TH JSONBOT 1 "22 Nov 2011" "Debian GNU/Linux" "jsb manual"
.SH NAME
JSONBOT \- The JSON everywhere bot!
.SH SYNOPSIS
JSONBOT is a remote event-driven framework for building bots that talk JSON
to each other over XMPP. This manual page documents briefly the
.B jsb
distribution..
.P
.B 
.SH "DESCRIPTION"
.P

This distribution provides bots built on this framework for console, IRC,
XMPP, Convore and WWW on the shell.

.PP
.SH USAGE
JSONBOT uses command line options to configure a bot. See the --help option to get more help on a command
options or see the corresponding man page.
.PP

the jsb pakage contains the following programs:

    * jsb - console version of jsb
    * jsb-backup - create backup of JSONBOT datadir
    * jsb-convore - convore version of jsb
    * jsb-init - create data directory and config examples, default ~/.jsb
    * jsb-irc - IRC version of jsb
    * jsb-fleet - mix IRC and XMPP bots
    * jsb-sed - sed a whole directory
    * jsb-stop - stop a running bot
    * jsb-tornado - a shell web server based on tornado
    * jsb-udp - send udp packets to the bot that will relay the data
    * jsb-xmpp - XMPP version of jsb

note: JSONBOT is in BETA stage right now and still subject to change of
protocols and API.

see http://jsonbot.googlecode.com.
see https://jsonbot.org for documentation on the bot.

.PP
.SH "SEE ALSO"
The program is documented fully on http://jsonbot.org or see
http://jsonbot.googlecode.com

.SH "SEE ALSO"
jsb(1), jsb-backup(1), jsb-init(1), jsb-irc(1), jsb-xmpp(1), jsb-fleet(1),
jsb-tornado(1),  jsb-stop(1), jsb-udp(1)

.SH AUTHOR
This manual page was written by Bart Thate <bthate@gmail.com>,
for the Debian GNU/Linux system (but may be used by others).