Twitter Queue is a module that provides users the ability to create a list of twitter status updates ("tweets") and post them to twitter immediately or to schedule them to be broadcast at a future
This module takes an RSS feed and filters and formats it and posts it to twitter.com. It is dependent on the Twitter module for all twitter-specific operations. It is also dependent on the core Aggregator module for RSS feeds. Future enhancements may support Feeds module for more flexibility.
The filtering and formatting operation uses a hook to allow extendability.
The TweetRSS module features a built-in filter that uses regular expressions for filtering and formatting using the PHP function preg_replace(). Also included is a sample extension filter module, tweetrss_canweather, to demonstrate how TweetRSS can be extended with new filters. The tweetrss_canweather module has a version of the logic used for the website http://canweather.com.
Please note that documentation is largely non-existent at the moment. If you have any questions, just post in the issue queue--that will help build up some content for a documentation page. I'm assuming that users will be familiar with a) regular expressions; and b) Twitter module setup with Oauth, but I'm open to adding some documentation on those topics as well.