MegaEmailChecker is a simple Python script that verifies if an email from a list has a registration on mega.nz.
To use this script, follow these simple steps:
- Clone the repository or download the script.
- Install the required libraries using
pip install -r requirements.txt
. - Create a file named
emails.txt
in the same directory as the script. - Add the emails you want to check, each on a new line.
- Run the script using
python MegaEmailChecker.py
.
The script will check each email from the emails.txt
file and print the status.
The status can be one of the following:
[-11]
,[-9]
, or[-2]
: Invalid email.[{"val":1,"2fa":0}]
: Might be working.- Anything else: Not Worky Duuno the code.
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are always welcome! Please feel free to open an issue or a pull request.
If you have any questions or comments, please feel free to contact me at [email protected].