Negima1072
Negima1072
## 概要 コマンドラインツールのログイン方法がクッキ^ファイル指定だけなので他の方法でもできるようにする ### Pros 良くなる点 ### Cons 悪くなる点 ### 実現方法
## 概要 video.get_comments()で公式アニメなどのチャンネルコメント及びコミュニティコメントが絡むものが取得できない。 ## 対処法 type="channel"やtype="community"を指定された場合に特殊処理をする #### 特殊処理 threadidとforce_184をflapiから取得し、それをパラメータに加える。 http://flapi.nicovideo.jp/api/getthreadkey?thread=[threadID] また、user_idもパラメータに加える。またthreadIDもメインコメントと異なるのでそれも確認。 ## 備考 チャンネルコメント及びコミュニティコメントはuser_sessionがないと確認できない。
## Overview Currently, even if video information can be acquired, user information cannot be acquired. Therefore, it is recommended to add the object related to user information and the function...
## 概要 ニコニコ生放送の各種データにアクセスするclient`LiveClient`の作成 ## 要素 - 生放送のデータ - 番組の検索 - フォロー中の番組の取得 - 放送中の番組に対する処理 - 放送データのストリーミング取得 - コメントのストリーミング取得 - 放送ネタ・ギフト・広告の操作(放送主判定あり) - 放送が終了した番組に対する処理 - タイムシフトのダウンロード - タイムシフトのコメント取得 - タイムシフトのギフト履歴・広告履歴取得 ## Todo -...
## Overview Use Python's decorating function to distinguish whether it is an authentication-required function. ## Sample ~~~python @auth_required def get_own_information(): ~~do something~~ ~~~ ## Tasks - [ ] Create decorating...
## Overview Currently, the only account verification method for Nicovideo that can be used with this library is to read an externally generated cookie file. Therefore, we suggest adding multiple...
Videoオブジェクトからseries、ranking、genre、community、commentとchannelを参照できるようにする
## 概要 動画と同じようにニコニコ静画上の情報を取得する機能や画像・漫画をダウンロードする機能を追加する。 機能自体がたくさんあり、イラストと漫画でAPIが違うためTasksを絞る必要がある。 ## タスク - [ ] 実装するものをまとめる ## 備考 ニコニコ静画のAPI一覧記事 https://gist.github.com/7cc/c608fe778defd0357d9d1b75d1956816
## Overview Since there is no function to get the ranking, add it ## Tasks - [ ] Add ranking related objects - [ ] Add a function to get...