niconicolibs / niconico.py

niconico.py is a Python library for retrieving Niconico video content and information, and is compatible with the latest version of Niconico.
MIT License
42 stars 5 forks source link
niconico python video

niconico

PyPI PyPI - Python Version PyPI - Downloads PyPI - License

Test Test

niconico.py

niconico.py is a Python library for retrieving Niconico video content and information, and is compatible with the latest version of Niconico. It allows you to download videos, retrieve information, get comments, and more.

Requirement

To use the video download function, you need to install FFmpeg and set the path.

Installation

You can install it using pip:

pip install niconico.py

Usage

from niconico import NicoNico
client = NicoNico()

Examples

All examples can be found here.

Command

Console commands are available, see the following commands for usage:

niconico -h

Contributing

All contributions are welcome, but please:

License

MIT License