Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HipChat API から room history を取得して JSON ファイルに保存する #8

Merged
merged 54 commits into from
Feb 13, 2018

Conversation

inouetakuya
Copy link
Contributor

@inouetakuya inouetakuya commented Feb 11, 2018

HipChat API から room history を取得して JSON ファイルに保存できるようにする。

HipChat - API - View room history
https://www.hipchat.com/docs/apiv2/method/view_room_history

完了条件

  • HipChat API から room history JSON を取得できる(単発リクエスト)
  • room history JSON をファイルに保存できる
  • コマンドラインから起動できる
  • 指定した room のすべてのメッセージ履歴を取得できる
  • 指定した room のメッセージ履歴を時間範囲を指定して取得できる
  • 複数の room のメッセージ履歴を時間範囲を指定して取得できる
  • 進捗状況が標準出力される
  • 進捗状況がログに出力される(バックグラウンド処理のため)
  • 例外処理
  • Rate limits を考慮する

このプルリクエストではやらないこと

@inouetakuya inouetakuya self-assigned this Feb 11, 2018
@inouetakuya inouetakuya merged commit 3853860 into master Feb 13, 2018
@inouetakuya inouetakuya deleted the fetch-room-history branch February 13, 2018 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant