Posted on Saturday, February 28th, 2009 at 6:46 am
Ok, this is the third revision of my XChat/XChatAqua python plugin for twitter. Actually, I create a google-code project for this script, so it might be a good idea to visit the google-code to get the latest code/update. Anyway, I will post the update to the code at this blog also (otherwise, it will be too quiet here, ha ha ha).
In this version, a new command, /replies , is added to retrieve your @replies list. Also, the update on friends’ timeline with your name inside will be marked with red, to make it easier for you to see someone try to talk with you.
I’m thinking what to add for the next version, any idea?
Posted in Uncategorized |
Posted on Friday, February 20th, 2009 at 7:08 am
Ok, this is the second version of my python twitter script for x-chat. You can see the first version here. In this version, two features are added:
First, the ability to redirect the output of twitter to a particular channel. In the previous version, the messages from twitter will go to your current channel. In this version, you can specify the channel you want to redirect messages to in the configuration file, like this:
[twitter]
username = yourusername
password = yourpassword
interval = 300
channel = yourchannel
Don’t put # in front of your channel name.
Second, a new command, /replies , can be used to retrieves the replies list.
You can download it from here. And again, the license is WTFPL, so do what ever you want to do with it.
Posted in Uncategorized |
Posted on Saturday, February 14th, 2009 at 8:09 am
Posted in Uncategorized |