Last active
December 18, 2015 03:39
-
-
Save kiy0taka/5719840 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
@Grab('org.twitter4j:twitter4j-core:3.0.3') | |
import twitter4j.* | |
TwitterFactory.singleton.search(new Query(query:'ほげほげ', count:100)).tweets.each { println it.text } |
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