Skip to content

Python tool that automatically create outlook account with auto-captcha

License

Notifications You must be signed in to change notification settings

Skuxblan/Outlook-account-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Outlook account creator

Python script that automatically create Outlook account

Features

  • Automated Account Creation
  • Auto captcha solve (funcaptcha)
  • Checking if email is already taken before creating account
  • Randomly generated email and password
  • HTTP proxy support
  • Error Handling

Installation

  1. Clone outlook-account-creator repository from github:
  git clone https://github.com/Skuxblan/Outlook-account-creator.git
  1. Move to project directory:
  cd outlook-account-creator
  1. Install the required dependencies using pip:
pip install -r requirements.txt

Usage

  1. Open config.json file. It should be looking like that:
{
    "mode": 0,
    "proxy_host": "",
    "proxy_port": "",
    "username": "",
    "password": "",
    "api_key": "token_here"
}
  1. Replace token_here with actual value. You should login and get free token on their website

Note - make sure you have enough credits. You can renew your balance after some time.

Run the script

py main.py

(Optional) proxy configuration

Default mode is 0 which means you won't use any proxy. If you want to use HTTP proxy with that tool you have to set it in the config file. Additionaly you have to change mode value to one of the following:

  • 0 value - no proxy
  • 1 value - proxy without auth
  • 2 value - proxy with login and password auth

Worth mention

  • This script is dedicated for chrome browser
  • Make sure you have added chromedriver to your path to avoid issues
  • I have noticed recently Microsoft requires a lot of captcha images to be solved. Something is up with detecting chromedriver. I've tried to use fingerprint solution, but the only one which is working good for me is not able to add extension to browser, so the process can't be fully autoomated.

Tips

  • If you noticed script detects SMS verification you should change your ip with proxy or wait some time.
  • Nopecha sometimes is not able to do captcha correctly, especially while number of images to be processed is above norm (up to 5) you should consider changing your proxy or take a break then. If you want to check what's going on disable headless mode in main.py file.

Contributing

Contributions are always welcome! If you have ideas for new features or you have any troubles feel free to opening issues or create pull requests.

License

MIT

Disclaimer

This script is provided for educational and informational purposes only. It was created just for fun. The author is not responsible for any misuse or violation of terms of service resulting from the use of this script. Always stick to terms of service of website you're using.