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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord OAuth
MEGA.nz Account Creator

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


Key Features • How To Use • Acknowledgements • Support • License

Discord OAuth Demo

Key Features

  • Generate new MEGA.nz accounts in bulk
  • Automatically verify emails
  • Keep accounts alive by logging in periodically

How To Use

Prerequisites:

  • megatools installed and added to your PATH
  • Python 3.6+

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 [-h] [-n NUMBER_OF_ACCOUNTS] [-p PASSWORD]
# Sign in to accounts to keep them alive
$ python signin_accounts.py

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

About

🔴 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.

License:MIT License


Languages

Language:Python 100.0%