forked from Akin-Net/aa
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
50 lines (32 loc) · 1.17 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
oooOoOo[ AA ]oOoOooo
====================
Installing
==========
Put aa.py on your /usr/local/bin:
$ sudo cp aa.py /usr/local/bin/aa
Or just create a link:
$ sudo ln -s /path/to/aa.py /usr/local/bin/aa
Configure your nickname:
$ aa config user.nickname <YOUR NICKNAME HERE>
And the AA-Web (the web server) URL:
$ aa config server.url http://192.168.6.103/macambira_aa/novo_log.php
Install dependencies:
$ sudo apt-get install libnotify-bin espeak
Usage
=====
Now you can use:
$ aa start ... starts your session
$ aa post foo ... posts foo
$ aa shout foo ... posts foo and sends message to server
$ aa stop ... stops your session
$ aa config <attribute> <value> ... sets some attribute
$ aa status|st ... checks if daemon is running
For now, just 'aa stop' will send your 'work log' to the server. You
can see your log at http://nightsc.com.br/aa (or any server configured using
aa config server.url <URL SERVER HERE>).
Configuring
===========
Configuration attributes currently in use:
user.nickname
user.email
server.url