Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silvestrodecaro/microsoft-account-creator
Microsoft/Outlook HQ Account Creator
https://github.com/silvestrodecaro/microsoft-account-creator
account-generator email-generator generator microsoft nodejs outlook outlook-account-generator outlook-generator puppeteer
Last synced: 7 days ago
JSON representation
Microsoft/Outlook HQ Account Creator
- Host: GitHub
- URL: https://github.com/silvestrodecaro/microsoft-account-creator
- Owner: silvestrodecaro
- License: mit
- Created: 2023-03-06T15:33:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T21:04:12.000Z (about 1 month ago)
- Last Synced: 2024-12-09T10:21:13.318Z (14 days ago)
- Topics: account-generator, email-generator, generator, microsoft, nodejs, outlook, outlook-account-generator, outlook-generator, puppeteer
- Language: JavaScript
- Homepage:
- Size: 3.1 MB
- Stars: 94
- Watchers: 4
- Forks: 35
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Microsoft/Outlook HQ Account CreatorThis project automates the creation of Microsoft accounts using [puppeteer-with-fingerprints](https://github.com/CheshireCaat/puppeteer-with-fingerprints), a plugin for the [puppeteer](https://github.com/puppeteer/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.
## β¨ Key Features
- Automatic generation of Microsoft accounts
- Use of real Italian names and surnames
- Creation of strong passwords using Italian words
- Option to add a recovery email
- Support for proxy usage## π How It Works
![Example Screenshot][example-screenshot]
1. Navigate to the Outlook registration page
2. Input random Italian email, names, and surnames
3. Generate a random password using Italian words
4. Input a random birthday
5. Solve CAPTCHA (manual)
6. Optionally add a recovery email
7. Complete account creation### Built With
[![Node.js][Node.js-badge]][Node.js-url]
[![Puppeteer][Puppeteer-badge]][Puppeteer-url]## π Getting Started
### Prerequisites
- Node.js (version 12 or higher)
- Google Chrome (latest version)### Installation
```sh
# Clone the repository
git clone https://github.com/silvestrodecaro/microsoft-account-creator.git
cd microsoft-account-creator# Install dependencies
npm install
```### Running
```sh
node .
```## π§ Configuration
### CAPTCHA
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.
### Proxy
To use a proxy:
1. Open the [`config.js`](src/config.js#L3) file
2. Set `USE_PROXY: true`
3. Edit proxy credentials as needed### Recovery Email
To disable adding a recovery email:
1. Open the [`config.js`](src/config.js#L2) file
2. Set `ADD_RECOVERY_EMAIL: false`> Note: Disabling the recovery email is not recommended.
## β οΈ Warnings
- Ensure you have the latest version of Google Chrome installed to ensure the best account quality and easier CAPTCHA solving.
- Using this tool may violate Microsoft's Terms of Service. Use at your own risk.## π€ Contributing
Contributions are welcome! To contribute:
1. Fork the project
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## π License
Distributed under the MIT License. See [`LICENSE`](LICENSE) for more information.
## π Contact
[![LinkedIn][linkedin-shield]][linkedin-url]
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/silvestro-decaro
[Puppeteer-badge]: https://img.shields.io/badge/Puppeteer-40B5A4?logo=puppeteer&logoColor=fff&style=for-the-badge
[Puppeteer-url]: https://github.com/puppeteer/puppeteer
[Node.js-badge]: https://img.shields.io/badge/Node.js-5FA04E?logo=nodedotjs&logoColor=fff&style=for-the-badge
[Node.js-url]: https://nodejs.org
[example-screenshot]: /assets/example.gif