Git Product home page Git Product logo

outlookgen's Introduction

outlook

Outlook Generator

Dont Skid 👀

(Programming Language - Python 3)

OutlookGen forks Repo stars OutlookGen License issues

View


outlook

📝 Document

Use Http proxies

Before Run Check Here

Install Requirements

pip3 install -r requirements.txt

Install Chrome Driver

Windows
  • Go Here And Download chromedriver Windows Version
  • Put chromedriver.exe into Script folder
Linux

Run This Command

sudo apt install chromium-chromedriver
  • Go Here And Download chromedriver Linux Version
  • Put chromedriver into Script folder
Fresh Google Colab

Run This Commands

Install

!apt update && apt install chromium-chromedriver && git clone https://github.com/MatrixTM/OutlookGen.git eGen && cd eGen/ && pip3 install -r requirements.txt

Run

!cd eGen/ && python3 main.py

⚙️ Config Document

Name Description
Prefix Log Prefix (Default: &beGen&5>> )
ProxyFile proxy file path (Default: proxy.txt)
OutputFile output file path (Default: account.txt)
Timer Generate Timer (Default: true)
ProxyCheckTimeout Checking Proxy Timeout (Default: 2)
providers Captcha Providers (Default: anycaptcha/twocaptcha)
api_key Your Api Key (Default: )
site_key outlook site key (Default: B7D8911C-5CC8-A9A3-35B0-554ACEE604DA)
Domain Email Domain (Default: @hotmail.com/@outlook.com)
minBirthDate Minimum BirthDate (Default: 1980)
maxBirthDate Maximum BirthDate (Default: 1999)
PasswordLength Password Length (Default: 10)
FirstNameLength First Name Length (Default: 5)
LastNameLength Last Name Length (Default: 5)
DriverArguments driver argument list (Default: ...)

Change this configs

  • providers
  • api_key
  • Domain

config.json Example

{
  "Common": {
    "Prefix": "&beGen&5>> ",
    "ProxyFile": "proxy.txt",
    "OutputFile": "account.txt",
    "Timer": true,
    "ProxyCheckTimeout": 2
  },
  "Captcha": {
    "providers": "anycaptcha",
    "api_key": "0dv3a5b276b347bxxxx12a6x8a9m862",
    "site_key": "B7D8911C-5CC8-A9A3-35B0-554ACEE604DA"
  },
  "EmailInfo": {
    "Domain": "@outlook.com",
    "minBirthDate": 1980,
    "maxBirthDate": 1999,
    "PasswordLength": 10,
    "FirstNameLength": 5,
    "LastNameLength": 5
  },
  "DriverArguments": [
    "--disable-logging",
    "--disable-login-animations",
    "--disable-notifications",
    "--incognito",
    "--ignore-certificate-errors",
    "--disable-blink-features=AutomationControlled",
    "--disable-gpu",
    "--headless",
    "--no-sandbox"
  ]
}

outlookgen's People

Stargazers

_MRZT721010_ 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.