niconico.py icon indicating copy to clipboard operation
niconico.py copied to clipboard

[Feature] Add some authentication methods

Open Negima1072 opened this issue 2 years ago • 1 comments

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

  • By specifying the single "user_session" in the cookie as text.
  • By logging in by specifying your email address and password.

Obstacle

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

Negima1072 avatar Jun 05 '22 03:06 Negima1072