f-o / MEGA-Account-Generator

🔴 MEGA.nz account generator written in Python. Uses Mail.tm temporary emails for generating accounts, and automatically verifies them. Can also be used to keep accounts alive, by periodically logging in to them.
MIT License
67 stars 10 forks source link
account-generator account-management mega megadrive

Discord OAuth
MEGA.nz Account Creator

An Open Source demonstration of creating / managing multiple MEGA.nz accounts.


Key FeaturesHow To UseAcknowledgementsSupportLicense

Discord OAuth Demo


Key Features


How To Use

Prerequisites:

Installation:

# Clone this repository
$ git clone https://github.com/f-o/MEGA-Account-Generator.git
# Go into the repository
$ cd MEGA-Account-Generator
# Install dependencies
$ pip install -r requirements.txt

Usage:

# Create new accounts
$ python generate_accounts.py
# Sign in to accounts to keep them alive
$ python signin_accounts.py
Click here for Advanced Usage ```bash # Create new accounts with arguments $ python generate_accounts.py [-h] [-n NUMBER_OF_ACCOUNTS] [-t NUMBER_OF_THREADS] [-p PASSWORD] # Sign in to accounts to keep them alive $ python signin_accounts.py # Convert old CSV file to new format $ python convert_csv.py [-h] [-i INPUT_FILE] ``` - `-n` Number of new accounts to generate. If not specified, 3 accounts will be generated. - `-t` Number of threads to use for concurrent account creation. Maximum of 8. - `-p` Password to use for all accounts. If not specified, a random password will be generated for each account. - `-h` Show help.


Convert old CSV file to new format

What's this?

As of May 2024, the script has updated to use a new format for the CSV file. This means that the CSV file (accounts.csv) will be easier to use in the future.
Unfortunately the old format is not supported any more, so you will need to convert it to the new format.
You will need to convert the old CSV file only if you have accounts in the accounts.csv file from before May 2024.

Usage:

# Convert old CSV file to new format
$ python convert_csv.py [-h] [-i INPUT_FILE]


FAQ


Acknowledgements

This software was based heavily on IceWreck/MegaScripts.
His original Python script utilized GuerillaMail to generate temporary email addresses.
I've modified the script to use Mail.tm instead, with a lot of help from qtchaos/py_mega_account_generator.
I highly recommend checking out both of their projects.

Support

This project is free and open source.
If you find it useful, please consider supporting the project by donating.

Buy Me A Coffee


License

MIT License

Copyright (c) 2023 Fox

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

@f-o  ·  soon.to