What?
A simple PHP script that takes your presence messages on Jaiku and posts them to Twitter. Excellent for running every 2 minutes on any simple LAMP host.
Why?
Because Jaiku is cool, but you don't want to leave your friends at Twitter out on the fun.
Thanks to:
- Twitterfeed.com for sparking the idea
- The excellent lastRSS script
Installation:
- Fill in the right details in config.inc.php
- Run schema.sql on your database to create the jaiku2twitter table
- Run index.php for the first time to setup the database
- Setup up a cron job to run the script automatically, for instance every 2 minutes (see example below)
- Voila! All your Jaiku is belong to Twitter!
Example cronjob settings:
*/2 * * * * /usr/bin/php -q /var/www/vhosts/location/of/script.php