I always tweet about my blogposts. What if it was automatically done whenever I published a new post?

Get the script here, dump it into a new Scriptlet, change the parameters at the top, install HookPress, give it your script’s URL and pick the post_date_gmt, post_modified_gmt, post_title, post_url fields. It’s actually pretty straightforward and quick.
There’s one catch, however — your post’s URL probably won’t be right (unless you edit the code) because HookPress doesn’t have the ability to POST post_url yet. But, Mitcho, Ubiquity Chief Linguist and HookPress instigator, is working on it as we speak so expect that to be fixed pretty soon.
Update : This issue has been fixed! Everything should work perfectly now.
Webhooks are awesome and they could be so much awesomer! But that’s it for now. I’ll be writing more about my thoughts on webhooks in the next few weeks.
July 30th, 2009
by mitcho
Dammit Abi, you beat me to blogging about HookPress! :D
Yes, I will indeed look to add support for the post_url variable in HookPress. Glad you’ve been able to make some use of it already!
July 30th, 2009
by Robin
Or you could just use this: http://twitterfeed.com/ which takes an RSS feed and posts it. Also supports identi.ca which is nice.
July 30th, 2009
by Abi Raja
The Author
@Robin But it’s not the same! twitterfeed constantly polls RSS feeds and posts it to Twitter/identi.ca. On the other hand, HookPress/Webhooks are instant and they save on bandwidth for everyone. We should all move to the Pushbutton Web because that’s the right (and more efficient) way to do things. :)
I’m sure it shouldn’t be too tough to modify my Python script to work with identi.ca thanks to similar APIs and all.
August 2nd, 2009
by mitcho
Abi, FYI, post_url support (and preliminary filter support) is out. :)
PS: I’m planning on using this python script of yours in a screencast. Hope you don’t mind. :)
August 4th, 2009
by Abi Raja
The Author
Thanks, Mitcho, I’ve updated the script to use post_url. Would be awesome to see the script in a screencast. :)
August 7th, 2009
by HookPress: Webhooks for WordPress
[...] My friend Abi actually has already blogged about HookPress and how it can be used to tweet on post publication. ↩ [...]