Skip to content

The client only for posting tweet on Twitter made from AWT of Java.

License

Notifications You must be signed in to change notification settings

eiryu/tsubuyakun

Repository files navigation

JavaのAWTで作られたTwitter投稿専用クライアント。
src/main/resources 配下に twitter4j.properties を置いてmvn packageして下さい。
target配下に作成された、依存性を含んだ方のjarをダブルクリックすることで起動出来ます。


MIT License


# twitter4j.propertiesの雛形
oauth.consumerKey={your consumer key}
oauth.consumerSecret={your consumer secret}
oauth.accessToken={your accessToken}
oauth.accessTokenSecret={your accessTokenSecret}

http.retryCount=10
http.useSSL=true

About

The client only for posting tweet on Twitter made from AWT of Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages