AzureusRSS
Azureus, the bittorrent client, gives you the option of exporting its statistics to user definable XML file. Its off by default, but entering the options it allows you to choose where the file is saved and what its filename is. It even lets you pick the frequency of updates.
I’ve created a simple PHP script that will all you to convert your Azureus XML stats document into an RSS feed. Its very simple and only shows a few of the important stats. It will show you the Status, Size, % Done, Speed of download, # of seeders, and # of leechers.
All you have to do is edit a few variables at the top of the script. The script lets you pull in the stats XML file from a local path or from a URL. You also have the option of writing the RSS feed to a file, or to the screen.
Have fun with it.