Metadata-Version: 2.4
Name: niconico.py
Version: 2.2.0
Summary: API wrapper for NicoNico services
Project-URL: Repository, https://github.com/niconicolibs/niconico.py
Author-email: Negima1072 <ngm1072@gmail.com>
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: idna<4.0.0,>=3.15
Requires-Dist: pydantic<3.0.0,>=2.8.2
Requires-Dist: requests<3.0.0,>=2.33.0
Requires-Dist: urllib3<3.0.0,>=2.7.0
Description-Content-Type: text/markdown

![niconico](https://img.shields.io/badge/niconico-(%E5%B8%B0%E3%81%A3%E3%81%A6%E3%81%8D%E3%81%9F)-auto?logo=niconico&logoColor=%23e6e6e6&color=%23252525)

[![PyPI](https://img.shields.io/pypi/v/niconico.py?logo=pypi)](https://pypi.org/project/niconico.py/)
![Python](https://img.shields.io/badge/python-%3E%3D3.11-blue?logo=python&logoColor=white)
![PyPI - Downloads](https://img.shields.io/pypi/dm/niconico.py?logo=pypi)
![PyPI - License](https://img.shields.io/pypi/l/niconico.py?logo=pypi)

[![Test](https://github.com/niconicolibs/niconico.py/actions/workflows/release.yml/badge.svg)](https://github.com/niconicolibs/niconico.py/actions/workflows/release.yml)
[![Test](https://github.com/niconicolibs/niconico.py/actions/workflows/pypi.yml/badge.svg)](https://github.com/niconicolibs/niconico.py/actions/workflows/pypi.yml)

# <img src="https://avatars.githubusercontent.com/u/113749892" height="30" /> 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

Python 3.11 or later is required.

To use the video download function, you need to install [FFmpeg](https://www.ffmpeg.org/) and set the path.

## Installation

You can install it using pip:
```bash
pip install niconico.py
```

## Usage

```python
from niconico import NicoNico
client = NicoNico()
```

### Examples

All examples can be found [here](https://github.com/niconicolibs/niconico.py/tree/main/examples).

## Command

Console commands are available, see the following commands for usage:
```bash
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](LICENSE)
