Created
October 10, 2010 08:35
-
-
Save ksky/619087 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// g100pon #14 twitterにつぶやく | |
@Grab('org.twitter4j:twitter4j-core:[2.1,)') | |
import twitter4j.* | |
twitter = new TwitterFactory().instance | |
twitter.updateStatus 'Groovy rocks!' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oauth.consumerKey=********** | |
oauth.consumerSecret=********** | |
oauth.accessToken=********** | |
oauth.accessTokenSecret=********** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment