This project automates the creation of Microsoft accounts using puppeteer-with-fingerprints, a plugin for the puppeteer framework. It generates accounts with realistic Italian names, surnames, and passwords, enhancing the authenticity of created accounts.
Note: The first (and only) time you run the code it will create a folder called โdataโ containing the entire browser, this will take a few minutes.
# Clone the repository
git clone https://github.com/silvestrodecaro/microsoft-account-creator.git
cd microsoft-account-creator
# Install dependencies
npm install
node .
The automatic CAPTCHA solving feature is no longer supported. Following a removal request from the CAPTCHA provider previously included in this repository, I have decided to exclude any CAPTCHA solver from this project. Don't worry - you can easily solve the CAPTCHA manually when prompted during the account creation process.
To use a proxy:
config.js
fileUSE_PROXY: true
To disable adding a recovery email:
config.js
fileADD_RECOVERY_EMAIL: false
Note: Disabling the recovery email is not recommended.
Contributions are welcome! To contribute:
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE
for more information.