Skip to main content

ニコニコ動画 スナップショット検索APIv2の Python クライアント

Project description

概要

ニコニコ動画 『スナップショット検索API v2』 などの API について、仕様をなるべく意識せずに利用できるクライアントを提供する。

install

PyPIリポジトリ: https://pypi.org/project/nicovideo-api-client/

pip install nicovideo-api-client

installed

Downloads image1 image2

documentation

sphinx-apidoc -f -e -o ./docs ./nicovideo_api_client
cd docs
make html

docs/_build/html にファイルが生成される。

python3 -m http.server

などで適宜サーバーを立てて読むとよい。

example

from nicovideo_api_client.api.v2.snapshot_search_api_v2 import SnapshotSearchAPIV2
from nicovideo_api_client.constants import FieldType

json = SnapshotSearchAPIV2() \
    .tags_exact() \
    .query("VOCALOID") \
    .field({FieldType.TITLE, FieldType.CONTENT_ID}) \
    .sort(FieldType.VIEW_COUNTER) \
    .simple_filter().filter() \
    .limit(100) \
    .request() \
    .json()

利用規約

https://site.nicovideo.jp/search-api-docs/snapshot#api%E5%88%A9%E7%94%A8%E8%A6%8F%E7%B4%84

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nicovideo_api_client-0.0.5.tar.gz (10.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nicovideo_api_client-0.0.5-py3-none-any.whl (13.6 kB view details)

Uploaded Python 3

File details

Details for the file nicovideo_api_client-0.0.5.tar.gz.

File metadata

  • Download URL: nicovideo_api_client-0.0.5.tar.gz
  • Upload date:
  • Size: 10.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.4

File hashes

Hashes for nicovideo_api_client-0.0.5.tar.gz
Algorithm Hash digest
SHA256 c9dcd20955a36b9d46c31477f24428c0581fdb8bef8982a0a3008593d346a0d3
MD5 bd11a5fa77eae3006b4abeb3c98c4bcc
BLAKE2b-256 1499c5abfe516ae2eb5c6d4f32e52dc1caf4418a01d30d101250efd44baae952

See more details on using hashes here.

File details

Details for the file nicovideo_api_client-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: nicovideo_api_client-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 13.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.4

File hashes

Hashes for nicovideo_api_client-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 f9005047adaa3c515e17aa495fa694b84a6f0dd3f0b1fde363e7630ff248e18b
MD5 1116b1242c912eb381b84520f92a300a
BLAKE2b-256 9a7382a4af471c477846413c15c237c8517d4ee41122584825470a6975337c52

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page