DuckCall

Posted 21 November 2006 in code

tagged with [cocoa] [ichat] [python]

DuckCall is a trivial little utility that I wrote once I realised that I was getting a MacBook Pro, and it had a camera built into it. It updates your iChat or Adium (requires one of the 1.0 betas) status picture with a shot taken from the iSight evey 30 seconds.

It’s very crude, and consists of a PyObjC wrapper round a stand-alone binary (to get the picture from the iSight) and a bunch of AppleScript (to set the picture into iChat / Adium) - there’s no reason for it to be written in Python at all, and it’s far too large as a result, but PyObjC is my ‘crazy prototyping’ environment of choice.

Try it. You can download what should be a Universal binary below, or you can check it out from subversion and build it yourself.

Recent changes

  • 0.0.3 (Released 2007-11-26)

This one works on Leopard. And Leopard only. But it’s much much smaller.

  • 0.0.2 (Released 2006-12-19)

Minor release. Reduce debugging somewhat, and set the dock icon to the most recently taken image. It’s distorted, but works.

  • 0.0.1 (Released 2006-11-26)

Initial release

 

files

Files associated with this page:

namesizeadded
DuckCall-0.0.3.zip 85.9 KB 2007-11-26 17:47
DuckCall-0.0.2.zip 3.0 MB 2006-12-19 09:37
DuckCall-0.1.zip 3.0 MB 2006-11-21 11:57