x404xx / IPVanish-Checker

IPVanish validity account checker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPVanish-Checker is an IPVanish validity account checker.

Installation

Using poetry

git clone https://github.com/x404xx/IPVanish-Checker.git
cd IPVanish-Checker
poetry shell
poetry install

Using pip

git clone https://github.com/x404xx/IPVanish-Checker.git
cd IPVanish-Checker
virtualenv env
env/scripts/activate
pip install -r requirements.txt

Usage

usage: python -m vchecker [-h] -e EMAIL -p PASSWORD

IPVanish validity account checker.

options:
  -h, --help            show this help message and exit
  -e EMAIL, --email EMAIL
                        Email address of IPVanish account.
  -p PASSWORD, --password PASSWORD
                        Password of IPVanish account.

Usage Example

python -m vchecker -e 'example@example.com' -p '123456'

Legal Disclaimer

Note

This was made for educational purposes only, nobody which directly involved in this project is responsible for any damages caused. You are responsible for your actions.

About

IPVanish validity account checker.


Languages

Language:Python 100.0%