Skip to content

Instantly share code, notes, and snippets.

View noexpect's full-sized avatar

のえ noexpect

View GitHub Profile
@noexpect
noexpect / SimpleTweet.java
Last active December 10, 2015 09:09
twitter4j投稿サンプル
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.IOException;
import twitter4j.Twitter;
import twitter4j.TwitterFactory;
import twitter4j.Status;
import twitter4j.TwitterException;
public class SimpleTweet {