release-1.10release-1.7release-1.8release-1.9
|
Last change
on this file since b56f2c3 was
cdb546f,
checked in by Nelson Elhage <nelhage@mit.edu>, 17 years ago
|
|
Update the README.
|
-
Property mode set to
100644
|
|
File size:
1008 bytes
|
| Rev | Line | |
|---|
| [cdb546f] | 1 | The Twitter module implements Twitter support for BarnOwl. It also |
|---|
| 2 | supports automatic mirroring of some subset of Zephyrs you send to |
|---|
| 3 | Twitter. |
|---|
| [104672f] | 4 | |
|---|
| 5 | To configure it, first |
|---|
| 6 | |
|---|
| 7 | * Add your twitter credentials to ~/.owl/twitter as a JSON hash, e.g. |
|---|
| 8 | {"user":"nelhage", "password":"sekrit" } |
|---|
| [cdb546f] | 9 | * Load the module (cp Twitter.par into ~/.owl/modules and :reload-module Twitter) |
|---|
| [104672f] | 10 | * Set the twitter:class, twitter:instance, and twitter:opcode |
|---|
| 11 | variables to the destination you want messages to be mirrored |
|---|
| 12 | from. By default, they are -c $YOUR_USERNAME -i status -O twitter |
|---|
| 13 | Setting twitter:opcode to "" will cause "normal" (i.e. no opcode) |
|---|
| [df6d9af] | 14 | messages to that class/instance to be mirrored. A value of '*' |
|---|
| 15 | works as a "match-anything" wildcard for any of the fields. |
|---|
| [da3596f] | 16 | |
|---|
| [cdb546f] | 17 | Twitter.par will also receive twitters and inject them into barnowl as |
|---|
| 18 | messages of type 'twitter'. It polls for normal messages once a |
|---|
| 19 | minute, and direct messages every other minute. To disable polling, |
|---|
| 20 | you can unset the 'twitter:poll' variable in BarnOwl. |
|---|
Note: See
TracBrowser
for help on using the repository browser.