takuo / TwiProwl
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (17)
- Graphs
-
Branch:
master
TwiProwl /
| name | age | message | |
|---|---|---|---|
| |
ChangeLog | Sun Sep 05 09:27:32 -0700 2010 | |
| |
README | Sun Sep 05 09:27:32 -0700 2010 | |
| |
compat.rb | Thu Sep 02 23:22:09 -0700 2010 | |
| |
config.yml | Thu Sep 02 23:08:50 -0700 2010 | |
| |
twiprowl | Sun Sep 05 09:39:38 -0700 2010 |
README
= Instruction = Version : 1.1.0 1. install some ruby libraries for Ruby 1.8 - openssl - json - hmac-ruby - oauth (from rubygems) $ sudo apt-get install libopenssl-ruby1.8 libjson-ruby1.8 libhmac-ruby1.8 $ sudo gem install --no-rdoc --no-ri oauth for Ruby >= 1.9.1 - openssl - ruby-hmac >= 0.4.0 (from rubygems) - oauth (from rubygems) $ sudo apt-get install rubygems1.9.1 libopenssl-ruby1.9.1 $ sudo gem1.9.1 install --no-rdoc --no-ri ruby-hmac oauth 2. copy config.yml to ~/.twiprowl.conf and edit it. 3. run twiprowl = config.yml = LogDir: /tmp # Log Directory Debug: false # Debugging ouput to log. Daemon: true # Daemon mode. Prowl: APIKey: xxxxxxxxxxxxxxxx # the Prowl API Key # ProxyURL: http://user:pass@host:port/ Accounts: - Application: <application name (optional)> User: <Twitter username> Streaming: false # use User streams API for Mentions,RTs,Members,Favs RateLimitThreshold: 20 # polling limitter for basic API UseProxy: false # <= use Prowl::ProxyURL Mentions: # Event on Mentions Enable: false # Enable, true or false Priority: 0 # Prowl priority, -2 to 2 Count: 10 # Max number of tweet to fetch (ignored when Streaming) Interval: 300 # polling interval (ignored when Streaming) Direct: # Event on Direct Messages Enable: false Priority: 0 Count: 10 Interval: 600 Retweets: # Event on Retweets Enbale: false Priority: 0 Count: 10 # <= ignored when Streaming Interval: 300 # <= ignored when Streaming Membership: # Event on List Membership Enable: false Priority: 0 Interval: 3600 # <= ignored when Streaming Unfollowed: # Event on Unfollowed, requires many API rate Enable: false Priority: 0 Interval: 1800 Favorite: # Event on Favorite/Unfavorite, requires Streaming. Enable: false Priority: 0 - <Other account config here>