An open API service indexing awesome lists of open source software.

https://github.com/g3th/windscribe-signup

Windscribe 10GB Account Maker for Linux/Windows, using VPN Gate and Temporary Email API.
https://github.com/g3th/windscribe-signup

Last synced: 11 months ago
JSON representation

Windscribe 10GB Account Maker for Linux/Windows, using VPN Gate and Temporary Email API.

Awesome Lists containing this project

README

          

# Windscribe Account Maker (Kali/Debian/Linux) #

## 10GB Account with Email Verification ##

### Completely automates the registration process, and creates 5 accounts ###

https://user-images.githubusercontent.com/74467654/178326839-48104687-10f5-4c82-ba00-daea1f1372fb.mp4

Uses VPN Gate and Developer Email api in order to register for free Windscribe account.

You can now:
1) Download and select VPN Gate ovpn config using threading, and connect with nmcli.
2) Skip OpenVPN connections and use your own vpn instead.

Launches chrome, generates credentials (user, 10 digit alpha-num pass and email), takes browser screenshot.

Enters captchas, solves w/ Tesseract and fetches verfication link.

Due to free nature of VPN Gate, it might take a long time.
It is recommended to start VPN Index at an integer greater than 30 due to the fact that previous VPN IPs in the list are blocked, as they are mainly used for University research and are not residential.

The errors will automatically be detected and the script restarted. These mainly are:

1) Cloudflare blocks (i.e. Access Denied, IUAM etc)
2) Blocked elements in page (i.e. click button is not clickable by automation)
3) Timeouts, refused connections etc...
4) Tesseract getting it wrong sometimes

---------------------------------------------------------------

### Requirements: ##

Install requirements with:

```pip install -r requirements.txt```

or Manually:

Network Manager and OpenVPN:

```sudo apt-get install network-manager-gnome-openvpn && apt-get install openvpn```

or for Debian:

```sudo apt-get install network-manager-openvpn```

Tesseract:

```sudo apt-get install tesseract-ocr```

Chromedriver:

```sudo apt-get install chromium-driver```

Selenium:

```pip3 install selenium```

Pytesseract library:

```pip3 install pytesseract```

Pillow Library:

```pip3 install Pillow```

Beautiful Soup 4:

```pip3 install bs4```