Coder Social home page Coder Social logo

matrixtm / outlookgen Goto Github PK

View Code? Open in Web Editor NEW
264.0 5.0 65.0 158 KB

✨ Outlook Account Generator Written in Python ✨

License: MIT License

Python 100.00%
account creator generator outlook python selenium account-generator outlook-generator email-generator account-creator

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"
  ]
}

Need a Cheap Server? No Problem

aeza

You can buy an 10Gbps/Cheap server from Aeza Hosting with crypto (100% anonymous).

outlookgen's People

Contributors

blacksnowdot0 avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

outlookgen's Issues

No Longer Working

Seems your script no longer work, the captcha gets solved, them immediately stops, this tested with varies proxies.

Please add NopeCHA.crx Support

Hey, It would be great if you could add NopeCHA Chrome Extension Support. It is cheaper than TwoCaptcha and AnyCaptcha. Your code is super clean Love it. Starred!

Proxy Issue?

Not sure what to put into proxy text file? Please help and provide examples!

(Solved) Something is wrong

Not sure if there's something wrong with the script or I messed something up, but I'm getting these errors
"Something is wrong | can only concatenate str (not "NoneType") to str"
"tried 100 time to find element...
Something is wrong | 'NoneType' object has no attribute 'click'"
Captchas are getting solved but I get these errors, my config below
{
"Common": {
"Prefix": "&beGen&5>> ",
"ProxyFile": "proxy.txt",
"OutputFile": "account.txt",
"Timer": true,
"ProxyCheckTimeout": 2
},
"Captcha": {
"providers": "twocaptcha",
"api_key": "xxxx",
"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",
"--lang=en"
image

]
}

Unable to bypass captcha

Receives a valid token from twocaptcha service but fails to progress after executing the driver.script with token...

The captcha page loops and the program returns an error.

Any idea how to solve?

Please add Imagetyperz Captcha support

Hello, your bot is great but it lacks support for an important Captcha solving service such as imagetyperz.com, if you could add support for it then it would be great.

"Something is wrong"

I'm using the proxies from your auto update repo, but am still getting that error.

import errors

raceback (most recent call last):
File "/root/OutlookGen/main.py", line 3, in
from ctypes import windll
ImportError: cannot import name 'windll' from 'ctypes' (/usr/lib/python3.9/ctypes/init.py)

fix config??

my script is working but it says i need to fix config

image

New API problem

Hello,
Anycaptcha closes on 30th July, and move to 1stcaptcha.com

Wwould anyone be able to update API code to 1stcaptcha?

Hello 👋

So I just wanted to know how you found the code to submit the funcaptcha token to the website I was searching for hours to find something in the web but found nothing how did you find it? 🧐

PS: I don’t testet the code since yet but it looks pretty legit so I would give it a try if you say that this is still working.

Something is wrong all the time

Hi there.

I have tested the Gen the whole day but i cant get it to work.

I insterted my API Key from 2captcha in the config and brought 3 different proxies but i always get the bug:

Something is wrong.

I dont know what im doing wrong.

Please be so fine and help me.

unknow error

DevTools listening on ws://127.0.0.1:59343/devtools/browser/ae929ea6-733a-4fc7-9c94-bdb2a41bd4ca

Something is wrong |

Incomplete Documentation!

Need to update the documentation.
Clarify the process of adding proxies, editing config file, etc.

Account gets created but doesn't get saved on txt

Hello,
As far as I understand (I know nothing about coding), my problem is that my free proxys create the accounts, but when it tries to sign in again, I get the "You've tried to sign in too many times with an incorrect account or password." error on the Chrome tab and "tried 100 time to find element" error on the cmd.
Is there a fix to this or is it maybe possible to delete the part of the code where it tries to sign in again and just saves the created account without trying to log in.
THANKS!

no idBtn_Back

after exec script, no idBtn_Back element appear
driver.execute_script( 'parent.postMessage(JSON.stringify({eventId:"challenge-complete",payload:{sessionToken:"' + token + '"}}),"*")') self.update() self.fElement(driver, By.ID, 'idBtn_Back').click()

pls help?

anyone know how to fix the invalid proxy? in what order do i put the proxies in?

like ip:port:?

2captcha wont solve the captcha

hi, i think captcha didnt solve, first its error occured, then i try non headless. when come to enter captcha, the captcha wont solve, any idea how to fix it ?

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.