Description
This a script that posts your Twitter status on Adium using PHP.
Features
- Handles multiple accounts
- Allows only unprotected accounts
- Allows retweets and @replies to be hidden
- Allows API retweets to be fully displayed (not limited by the 140 characters which cuts off retweets from API)
Use
- Install the script
- Type and enter "%_twitter" to generate the ~/.twitterStatusX/config configuration file.
- Set the configuration file per instructions in the comments in the file.
- Type "%_twitter" to display the most recent valid tweet(s) from your configured Twitter account(s).
Changes
Version 1.2
- Removed functionality for protected accounts as OAuth is now required
Version 1.1
- Created a program directory to store files in the user's home directory
- Placed configuration file, with comments, into the program directory
- Placed stored tweet files into the program directory to prevent reboots from removing stored files
You can reply to individual comments by clicking the "Reply" link next to each.
Post a New Comment
You must be logged in to post comments.
|
Current Version: |
1.1 |
Last Updated: |
10/24/10 |
|
# by Miriup on 09/04/10 at 22:21:27
# by Ozy on 09/04/10 at 22:30:05
# by Miriup on 09/06/10 at 01:25:16
-----8status->text;
-----8
# by Miriup on 09/06/10 at 01:27:57
Fatal error: Call to undefined function simplexml_load_string() in /Users/user/Library/Application Support/Adium 2.0/Scripts/TwitterStatusX.AdiumScripts/Contents/Resources/twitter.php on line 126
That function is provided by SimpleXML according to the link I posted.
# by Ozy on 09/06/10 at 01:32:55
# by Ozy on 09/06/10 at 01:34:46