A simple twitter notification daemon
This is a dirty Python script showing your timeline tweets in small dialogs. In every dialog it shows the avatar of who is twetting and it lets you retweet. All the links in tweets are clickable! It is built with libnotify and Python Twitter
From here https://dev.twitter.com/apps add it as your application, get the OAuth credentials and fit them in it (at the beginning of the script there are some dedicated variables).
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3, as published
by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranties of
MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.