Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.8 KB

README.md

File metadata and controls

54 lines (36 loc) · 1.8 KB

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:

  • Use the develop branch.
  • Follow PEP8.
  • Be clear about the meaning and purpose of your issue or PR.

License

MIT License