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

[Feature] Add some authentication methods #16

Closed Negima1072 closed 3 weeks ago

Negima1072 commented 2 years ago

Overview

Currently, the only account verification method for Nicovideo that can be used with this library is to read an externally generated cookie file. Therefore, we suggest adding multiple authentication methods to improve user accessibility.

Example of authentication method

Obstacle

When authenticating with an email address and password, it is necessary to process when two-step verification is requested.

Negima1072 commented 2 years ago

I will respond to this issue.