Google Apps Script that Tweets new messages from an XML Source.
1.Go to dev.twitter.com 2.Create a new twitter Applicaton. 3.Set its permission to read and write. 4.Copy conusmer secret and Consumer Id.
1.Copy the Source code from XML-Tweet.js 3.Make necessary changes in the source code.(Paste consumer secret and consumer Id) 2.Go to Script.google.com 3.Create a new Standalone Script. 4.Run the Function init() Once. 5.Setup a time-diven trigger for the function fetch() and set it to run every 15 minutes or as you please.