- Timestamp:
- Mar 6, 2009, 1:58:24 PM (16 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- bab79f8
- Parents:
- 706ff88
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README
rda3596f rcdb546f 1 The Twitter modules automatically mirrors selected zephyrs to your 2 personal class to your twitter feed. 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. 3 4 4 5 To configure it, first … … 6 7 * Add your twitter credentials to ~/.owl/twitter as a JSON hash, e.g. 7 8 {"user":"nelhage", "password":"sekrit" } 8 * Load the module 9 * Load the module (cp Twitter.par into ~/.owl/modules and :reload-module Twitter) 9 10 * Set the twitter:class, twitter:instance, and twitter:opcode 10 11 variables to the destination you want messages to be mirrored … … 14 15 works as a "match-anything" wildcard for any of the fields. 15 16 16 As of Thanksgiving weekend 2008, Twitter.par will also receive 17 twitters and inject them into barnowl as messages of type 18 'twitter'. Currently, it polls every 45 seconds, and there's no way to 19 disable polling once loaded. There's also no direct message 20 support. Bug me if fixing any of these is important to you. 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 TracChangeset
for help on using the changeset viewer.