## tweet.rb : A simple Twitter script. ## This simple script will post the first argument to Twitter. For example: ruby tweet.rb "Hello World!" This script Will require OAuth deatils which you can get by registering this as a Twitter app here: http://dev.twitter.com/apps/new ## tweetchange.sh : An example tweeting change trigger/ ## This is an example for how you could use tweet.rb to post information about a submitted changelist. It is designed to be used with a trigger like: twitterchange change-commit //... "/path/to/twitterchange.sh %user% %changelist%" If configured correctly, should post tweets like: nick_poole has just submitted change 6513: http://public.perforce.com:8080/6513?ac=10 ## Support Disclaimer ## User contributed content on the Perforce Public Depot is not supported by Perforce, although it may be supported by its author. This applies to all contributions even those submitted by Perforce employees.