niconico.py
niconico.py copied to clipboard
ニコニコ動画や生放送等の各種サイトの非公開APIに簡単にアクセスするためのPythonライブラリ
## 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...