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.
To use the video download function, you need to install FFmpeg and set the path.
You can install it using pip:
pip install niconico.py
from niconico import NicoNico
client = NicoNico()
All examples can be found here.
Console commands are available, see the following commands for usage:
niconico -h
All contributions are welcome, but please:
- Use the
develop
branch. - Follow PEP8.
- Be clear about the meaning and purpose of your issue or PR.