Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development #35

Merged
merged 5 commits into from
Apr 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

49 changes: 23 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,53 @@
# ProtonMail Account Creator
# Yandex Account Creator

🚀 Create endless amounts of free ProtonMail Accounts. 🚀
🚀 Create endless amounts of free Yandex Accounts. 🚀

🏗 Manage your free ProtonMail Accounts. 🏗
🏗 Manage your free Yandex Accounts. 🏗

📌 Ver. 1.0.2 📌
📌 Ver. 0.1 Beta 📌

🤖 Full Proxy Support 🤖

## Features

* Random inputs for Username & Password ✏️
* Save Account details after Creation in .cvs file 🧾
* Use CrawledProxies or use proxy file 🤫
* Full Auto Account Creation 🤖

## Getting Started

This script can create ProtonMail Free Mail Accoiunts with the usage of free crawled proxies which are getting tested before usage.
This script can create Yandex Free Mail Accoiunts with the usage of free crawled proxies which are getting tested before usage.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Support 👨‍💻

Any problems with running the script and any questions please cantact me via Twitter [@hendrik_bgr](https://twitter.com/Hendrik_bgr)

<div align="center">
<a href="http://www.gramscript.com" target="_blank">
<img src="./img/img.jpg" alt="alt text" width="200px">
</a>
</div>

### Prerequisites

Download the latest version of the 'chromedriver' and place it in the 'driver' folder insde of the project folder.
Download the latest version of the 'chromedriver' and place it in the project folder.

You need python 3 installed on your System.

#### Before We get started

You will need to have access to 2Captcha and some Premium Proxies.
Get your 2Captcha Access here: [2Captcha](https://2captcha.com?from=11504913)
Get cheat Premium proxies here: [Webshare](https://www.webshare.io/?referral_code=ice0nzm10avc)

Once you are registed with both services you need to place your 2Captcha API key into the captcha_config.py file
After that place your proxies in proxy_config.py (ip:port:username:password)

Get a copy of the Project. Open your Terminal and enter:

```
git clone https://github.com/hendrikbgr/ProtonMail-Account-Creator
git clone https://github.com/hendrikbgr/YandexMail-Account-Creator
```

To install all needed requirements run the following command in the project directory:
Expand All @@ -51,25 +65,8 @@ To run this script open your Terminal in the project directory.
To start the Email Creator Script enter:

```
python emails.py
```

To start the auto Login Script enter:

```
python login.py
```

(Still in Development)
To start the Password changer Script enter:

python auto_email_list.py
```
python newpassword.py
```

## Built With

* [ProxyScraper](https://github.com/JaredLGillespie/proxyscrape) - Tool for Proxy Scraping

## Authors

Expand Down
Loading