Twitter4J 2.0.1 をリリースしました。
http://yusuke.homeip.net/twitter4j/en/index.html#download
maven central repository にもアップされています。
Twitter4J は Twitter API 用のオープンソース、 maven 対応かつ Google App Engine 対応の Java ライブラリで BSD スタイルのライセンスで提供されています。
http://yusuke.homeip.net/twitter4j/index.html
色々と制約があって JavaEE compliant でない Google App Engine ですが、Twitter4J は正常に動作することを確認しています。
修正内容については以下のリリースノートをご覧ください。
Release Notes – Twitter4J – Version 2.0.1
Improvement
- [TFJ-110] – remove unnecessary synchronized modifier for better multi-thread performance
- [TFJ-111] – support page and max_id parameters with getUserTimeline()
- [TFJ-112] – introduce pagenation control class which replaces page, count, and since_id parameters
- [TFJ-121] – support follow parameter with create() method
- [TFJ-122] – need a way to get AccessToken in a stateless context where RequestToken instance is not available
- [TFJ-126] – dispatcher thread should be held statically
- [TFJ-130] – fix method name inconsistencies
New Feature
- [TFJ-117] – support statuses/mentions
- [TFJ-125] – introduce a System property that specifies number of dispatcher thread
- [TFJ-128] – support pagination on social graph methods
- [TFJ-129] – introduce async search method
Task
- [TFJ-119] – rename follow() / leave() to enableNotification() / disableNotification(), create() / destoy() to createFriendship() / destroyFriendship()
ちなみに私のアカウントは http://twitter.com/yusukeyです。
お気軽に follow してください。
Twitter4J を使ってくれている(らしい)プロジェクト:
・【ネタ】TwitterBOT – 株式会社鳥人間
実用的、非実用的(笑)なものも含め様々なボットをリリースしています。
・mobibot
IRC ボットの一種。
・Twitter Analytics
Twitter の発言をクライアント、国などの観点から統計を取って公表しているサイト。
・Suittar! – Java-based Twitter Client.
Pure Java の Twitter クライアント。
・Mots – yet another Java Based Twitter Client
Suittar! よりシンプルな Pure Java クライアント。
・ブログなんだよもん – Twitterクライアント作ってみたよ!(TwitCafe)
Pure Java の Twitter クライアント。GUI に JavaFX を使うことを予定しているらしい!!
・TwitterMail.com – 8209 people sent 173236 messages to Twitter!
メールで Twitter の操作、通知ができるサービス。
・Twittercal — tweet your google calendar
Twitterで予定を簡単に管理できるサービス。
・Twitter Plugin – hudson – Hudson Wiki
継続ビルドシステム、Hudson のプラグイン。
・ぽすったー – cactusman日誌
Twitter の CUI クライアント。
・さぼったー 0.0.1.SNAPSHOT – 都元ダイスケ IT-PRESS
Eclipse のプラグイン。
・IntelliJ IDEA Plugins
・ 頼まれもしないのにSabotterを移植してみた – marsのメモ
さぼったーの IDEA 版。
・tweetPad
Twitter の発言をビジュアルに表現してくれるソフト。
ご利用ありがとうございます!
他にありましたらコメント、またはメーリングリストで教えてください。
関連エントリ:
・Twitter4J 1.1.5 リリース
・Twitter4J 1.1.1 リリース
・Twitter4J 1.1.0 リリース
・Twitter4J 1.0.6 リリース
・Twitter4J 1.0.5 リリース
・Twitter4J 1.0.4 リリース
・Twitter4J 自前 maven リポジトリを公開
・Twitter4J 1.0.3 リリース
・Google Calendar と Twitter を連携 – Twittercal
・ Suitter Public beta 1.0
・メールで Twitter! – TwitterMail.com
・Twitter4J 1.0.2 リリース
・Twitter4J 1.0.1 リリース
・Twitter4J 1.0 リリース