-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
54 lines (40 loc) · 1.21 KB
/
README
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
SplashBox Natural Language Framework
==== INSTALLATION ====
- Read "INSTALL" to install the chat-service and SplashBox module.
==== RUN THE DAEMON ====
(For your system secure, please run these commands as normal user.)
- Run the chat-service in background
nohup /var/lib/splashbox/chat-service/chat-service &
- Run splashbox-daemon in background
nohup splashbox-daemon &
==== TEST IT ====
- Use a console frontend
splashbox-parser0 "YOUR MESSAGE"
- Try a Gtk+ frontend
check this project https://github.com/OpenSplash/SplashBox-bot-frontend-gtk
==== SAMPLE MESSAGES ====
- hello
- run xterm
- echo hi
- search something
- google something
==== MORE INFO ====
Available Bots Now:
- A chat bot (default):
chat
- A command bot:
command
- A echo bot:
echo
- A search bot:
search
google
==== Developers Guide ====
- Please read HACKING.
==== LICENSE ====
- All documents and codes are licensed under GNU GPL
==== CREDITS ====
- AIML files copyright by the A.L.I.C.E Foundation, please download them yourself if necessary with the download-aiml.sh command
- http://www.alicebot.org/aiml/aaa/
- Python-AIML library is under FreeBSD license
- http://pyaiml.sourceforge.net/