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

Emails and passwords. #18

Closed DogancanYr closed 10 months ago

DogancanYr commented 1 year ago

Can emails and passwords be printed this way?

wasdwasd@wow.com#password1

qtchaos commented 1 year ago

I can try adding a custom format option for how to store passwords and emails, so that anyone can specify how they want them stored. I'll see if I can implement a clean solution soon.

thejack99 commented 11 months ago

Can I re-use previous emails with storages left? Or can you add an upload option with automatic pickout the account with storage available.

DogancanYr commented 11 months ago

Can I re-use previous emails with storages left? Or can you add an upload option with automatic pickout the account with storage available.

Get the accounts from here and upload them with this program. https://github.com/tonikelope/megadoctor

qtchaos commented 10 months ago

Can I re-use previous emails with storages left? Or can you add an upload option with automatic pickout the account with storage available.

Any accounts you generate will be available for as long as mega doesnt take action against them (highly doubt they would). I believe you can use the python main.py -ka -v command, it'll login to all accounts and display how much storage is left aswell.

thejack99 commented 10 months ago

I love #DogancanYr idea to print the email and password as Email#Pass and save to a text file

qtchaos commented 10 months ago

Added custom formats in https://github.com/qtchaos/py_mega_account_generator/commit/ea62c751dc5c36ae3121e88af5546a4367043df9, read the updated README.md to find out how to use this new feature.