twitter-notifier is a Python script to display twitter updates. It uses libnotify to display each update.
I’m not particularly interested in having DBus stuff running on my systems at the moment, so this is pretty much unmaintained. I’m using some of the code for other scripts, though, which may get published soon.
Requirements
- python-notify (and therefore DBus/notification-daemon etc.).
- python-simplejson.
- python-yaml.
Download
Available via git
Usage
mkdir ~/.twitter-notifier/ ~/.twitter-notifier/images (will be fixed in future).
Edit ~/.twitter-notifier/conf to add the following:
user: <your twitter username or email> pass: <your password>
Optionally, add the following:
timeout: <length of time to display each update>
Run twitter-notifier. It will fork and run as a daemon.
Licence
Copyright © 2008 Benjamin M. A'Lee <bma@subvert.org.uk> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Add a comment