gedmatch-tools

Author:Nils Homer
Date:Jan 29, 2022
Version:0.0.1

Tools and Python API for GEDMatch Genesis.

Documentation Contents

Installation

To install the latest release, type:

git clone https://github.com/nh13/gedmatch-tools.git
python setup.py install

See the Installation notes for details.

GEDMatch.com Credentials

GEDMatch.com credentials can retrieved in two ways:

  1. Create a CSV file in ~/.gedmatch with the following contents:

    email,<your-email>
    password,<your-password>
    
  2. Copy your email and password into the environment variables GEDMATCH_EMAIL and GEDMATCH_PASSWORD respectively.

Indices and tables

Contents:

References

See also

GEDMatch genesis
http://genesis.gedmatch.com
The python language
http://www.python.org