qtchaos / py_mega_account_generator

🤖 Create and manage MEGA accounts with ease, upload and share files.
GNU General Public License v3.0
109 stars 21 forks source link

Added script & Increased timeout for users with slow connections. #34

Closed dabuwu closed 6 months ago

dabuwu commented 6 months ago
  1. Added script (extract_credentials.py) to extract credentials from JSON & save in email#password format to (credentials.txt)

  2. Increased timeout (web.py:44) from 10000ms to 30000ms (workaround for users with slow connections #33)

qtchaos commented 6 months ago

Looks good to me, thanks!