niconico.py
niconico.py copied to clipboard
[Feature] Add some authentication methods
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.