Skip to content

Installation

Alex Crocker edited this page May 4, 2018 · 10 revisions

Comptability

Version 1.4-1.8+ is only compatible with Python 3+

Version 1.0-1.3 is compatible with Python 2 & 3

Pre-Requisites

Please be sure to run the appropriate Python 3 installer before preceding with the installation.

On the following screen of the installer, be sure the checkbox next to Add Python to environment variables is checked like so... screenshot

Installation

  1. Download the zip or clone the repo with Git on your local machine.

  2. Install the dependencies using the following command inside Command Prompt (Windows) or Terminal (Mac). If you use Python.exe, it will not work.

    pip install configparser requests bs4
    
  3. Edit the config.ini inside your favorite text editor. I have put lots of comments to explain what each option does.

  4. Now you need to make your terminal know where to find the checker files, so type the following command in Command Prompt or Terminal.

cd path

Note: Do not type the actual word path. Instead, type the direct path to the username checker folder you downloaded.

  1. Run the script via command line using the following command

    python OGCheckr.py
    
Clone this wiki locally