GithubHelp home page GithubHelp logo

silverwolfceh / outlook-account-generator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from omkarcloud/tripadvisor-scraper

0.0 0.0 0.0 1.21 MB

๐Ÿ‘‹ HOLA ๐Ÿ‘‹ HOLA ๐Ÿ‘‹ HOLA ! ENJOY OUR OUTLOOK ACCOUNT GENERATOR BOT ๐Ÿค– TO CREATE ๐Ÿ’ฏ OF OUTLOOK ACCOUNTS

Home Page: https://www.omkar.cloud/bose/docs/ready-made-bots/outlook-account-generator/

License: MIT License

Python 100.00%

outlook-account-generator's Introduction

outlook

โœจ Outlook Account Generator ๐Ÿค–

๐Ÿ’ฆ Enjoy the Rain of Outlook Accounts ๐Ÿ’ฆ

(Programming Language - Python 3)

outlook-account-generator forks Repo stars outlook-account-generator License issues

View


๐ŸŒŸ Create Multiple Outlook Accounts with Ease! ๐Ÿค–

๐ŸŒŸ Overview

Welcome to the Outlook Account Generator, written to generate Real Looking Outlook Accounts easily.

If you've experienced disappointments with other outlook account generator bots, facing failures, crashes and detection from Microsoft, don't worry! Your search for a reliable Outlook Account Generator Bot ends right here.

This Outlook Account Generator well maintained, operates at a slow humane pace, generating accounts with names and usernames that resemble real users, resulting in the bot remaining undetected by Microsoft and leading to successful creation of Outlook Accounts.

Below is an example of what the Generated Account looks like:

Profiles

โœจ Benefits of Outlook Account Generator

๐ŸŒ Generate Realistic Account Details: Obtain authentic names, usernames, and passwords based on your country of residence.

๐Ÿ’พ Save Account Details as JSON: Every created account is conveniently saved in JSON format, making it easy to access and manage the account information.

๐Ÿ”’ Anti Bot Detection: The bot incorporates measures to bypass detection, ensuring a smooth account creation process.

๐Ÿ–ฅ๏ธ Chrome Profile Storage: Each created account is saved as a profile, enabling you to access your Outlook users anytime without the need for login credentials.

๐Ÿš€ Getting Started

If you are not a techy person or don't know how to use git. You can follow this video to make bot run.

Let's get started creating your first first Outlook Accounts within 5 minutes by following these simple steps

1๏ธโƒฃ Clone the Magic ๐Ÿง™โ€โ™€๏ธ:

git clone https://github.com/omkarcloud/outlook-account-generator
cd outlook-account-generator

2๏ธโƒฃ Install Dependencies ๐Ÿ“ฆ:

python -m pip install -r requirements.txt

3๏ธโƒฃ Let the Rain of Outlook Accounts Begin ๐Ÿ˜Ž:

python main.py

The bot will take care of filling in the required details automatically. You will only be prompted to solve the captcha manually.

By manually solving the captcha, there's no need to purchase additional captcha-solving services or proxies to run the bot.

Profiles

Once Bot is Completed Running. The Accounts will be saved in profiles.json

๐ŸŽฅ Video Demo

Watch this video to see the bot in action!

Outlook Account Generator

๐Ÿค” FAQs

โ“ It is generating only 3 accounts. How can I generate more than 3 accounts?

Open src/config.py and specify the number of accounts you want to generate. For example, to generate 100 accounts, use the following code:

config = {
    "number_of_accounts_to_generate": 100
}

โ“ Why are you not using proxies and captcha-solving services to solve captchas?

I attempted to solve the captcha using 2captcha, but unfortunately, it proved to be unsolvable. This issue arises because the location where the account is being created differs from the location where the captcha is being solved. The captcha system detects this mismatch, causing the captcha prompt to appear repeatedly in a loop.

The bot will automatically prompt you when a captcha needs to be solved.

โ“ Why am I prompted to change my IP address?

After using the bot to create a few accounts and becoming familiar with how it works, the bot will prompt you to change the IP address after each account creation.

Change Ip

The reason we want you to change your IP is that if you create multiple accounts with a single IP, Microsoft will notice that multiple accounts were created from the same IP address. As a result, Microsoft may suspend these accounts after a few days.

To protect your account from being suspended, we prompt you to change the IP address, ensuring that a single account is created from a single IP.

Changing your IP is an easy process. To learn about multiple methods to change your IP address, visit this link

Furthermore, one of the most effective methods for changing the IP is the Enable and Disable Airplane Mode technique outlined below:

  1. Connect your PC to a mobile hotspot.
  2. On your mobile device, turn airplane mode on and off.
  3. Now, turn the hotspot on again.
  4. You will get a new IP assigned.

โ“ The code is well-structured and organized. Most Selenium codebases are messy. How did you do it?

I use the Bose Framework, a Bot Development Framework that greatly simplifies the process of creating bots.

The Outlook Account Generator uses Bose to:

  1. Generate account details
  2. Maintain code structure
  3. Enable running the bot multiple times
  4. Prompt to change IP
  5. Save account details in profiles
  6. Incorporate anti-bot detection features
  7. Utilize the enhanced Selenium Driver to reduce code.

Without Bose Framework, it would be 2x more harder to make this Outlook Account Generator.

You can see outlook_sign_up_task.py to understand the simplicity Bose Brings.

Explore the Bose Framework here.

โ“ What is the purpose of the "visit_outlook_accounts_task"?

After creating each account, it is saved as a profile.

We use the visit_outlook_accounts_task to open each Outlook account in the browser. To use the visit_outlook_accounts_task, please open the __init__.py file and paste the following code:

from .visit_outlook_accounts_task import VisitOutlookAccountsTask
from .outlook_sign_up_task import OutlookSignUpTask

tasks_to_be_run = [
        VisitOutlookAccountsTask,
        # OutlookSignUpTask,
]

โ“ How can I thank you?

Star โญ the repository.

Your star will send me a Telegram Notification, and it will bring a smile to my face :)

PS: I have a great suggestion for you. You probably use Outlook accounts to log into some website and automate actions, Isn't it? I recommend using the Bose Framework for writing your automation code directly in this repository. This will really save you a large chunk of development time.


Love It? Star It! โญ

outlook-account-generator's People

Contributors

chetanjainsirsa avatar chetan11-dev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.