odwyersoftware / mega.py

Python library for the https://mega.nz/ API.
https://github.com/odwyersoftware/mega.py
Apache License 2.0
347 stars 166 forks source link

Login with auth key and session id #108

Open chorcheus opened 4 months ago

chorcheus commented 4 months ago

it would be nice if login would have full feature compatible with mega-cmd. If your account is protected by 2FA it would be great to be able to send auth key with username and password. And to login with session id only to avoid pasting your password somewhere.

Thank you for your work.