Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tor4kichi/niconicotoolkit
ニコニコ動画・生放送の.Net向けAPIライブラリ
https://github.com/tor4kichi/niconicotoolkit
net5 niconico uwp winui3
Last synced: 9 days ago
JSON representation
ニコニコ動画・生放送の.Net向けAPIライブラリ
- Host: GitHub
- URL: https://github.com/tor4kichi/niconicotoolkit
- Owner: tor4kichi
- License: mit
- Created: 2021-07-15T07:17:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T08:52:46.000Z (5 months ago)
- Last Synced: 2025-01-26T03:15:04.727Z (9 days ago)
- Topics: net5, niconico, uwp, winui3
- Language: C#
- Homepage:
- Size: 432 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## NiconicoToolkit
ニコニコ動画・生放送のAPIライブラリです。
基本的に非公開のAPIを勝手に使わせて貰っているものです。ニコニコサービスに対する負荷を考慮して、ご利用は計画的に。
利用の際はUser-Agentにあなたの連絡先を含めるとAPI使用者として多少信頼を得られると思います。
## ダウンロード
[https://www.nuget.org/packages/NiconicoToolkit/](https://www.nuget.org/packages/NiconicoToolkit/)
## 使い方
使い方はTestを参照のこと。
[https://github.com/tor4kichi/NiconicoToolkit/tree/master/Test/NiconicoToolkit.Shared.Test](https://github.com/tor4kichi/NiconicoToolkit/tree/master/Test/NiconicoToolkit.Shared.Test)
NiconicoContextを一つ作ってアプリ内で使い回すことを想定してます。