Hey people! Wondering if one of y'all Twizzards out there might condescend to give me some advice about setting up automatic Twitter updates -- as a batch, not one at a time. I used to auto-post to twitter using a combination of curl and at, kind of like it's described here: http://www.networkworld.com/columnists/2008/052108-gearhead.html e.g. a .sh file with: curl -u emailwd -d status="text" http://twitter.com/statuses/update.xml | at sometime someday etc But since their API update earlier this month, unfortunately this super-easy method is no longer supported. Anyone know what is the easiest method to use these days?