A simple selenium script to mass create outlook account without having to input all kind of information, the bot handle it for you!
1- Open the config.json file in IDE such as VS Code.
2- Fill all the blank:
"recovery": "True", ---- Enable recovery email.
"user_password": "MyPassword", ---- Set you password, leave blank to generate random passwovrd.
"proxyfile": "proxy.txt", ---- Directory to your proxy file.
"anticaptchatoken": "", ---- Your anticaptcha key. More info: Anti-Captcha
"headless": "False", ---- Enable Headless
"locale": "en_US" ---- Set localization for random name generator. More info: Faker
3- Run the script in terminal:
python app.py
This tool was created for educational purpose only! Any action relate to the usage of this tool is solely your responsibility.
@slapglif --- For taking me into coding world.