Skip to main content

Retrieve GEDCOM data from FamilySearch Tree

Project description

getmyancestors

getmyancestors is a python3 package that downloads family trees in GEDCOM format from FamilySearch.

This program is now in production phase, but bugs might still be present. Features will be added on request. It is provided as is.

The project is maintained at https://github.com/Linekio/getmyancestors. Visit here for the latest version and more information.

This script requires python3 and the modules indicated in the requirements.txt file. To install the modules, run in your terminal:

Installation

The easiest way to install getmyancestors is to use pip:

pip install getmyancestors

Otherwise, you can download the source package and then execute:

python3 setup.py install

How to use

With graphical user interface:

fstogedcom

Command line examples:

Download four generations of ancestors for the main individual in your tree and output gedcom on stdout (will prompt for username and password):

getmyancestors

Download four generations of ancestors and output gedcom to a file while generating a verbode stderr (will prompt for username and password):

getmyancestors -o out.ged -v

Download four generations of ancestors for individual LF7T-Y4C and generate a verbose log file:

getmyancestors -u username -p password -i LF7T-Y4C -o out.ged -l out.log -v

Download six generations of ancestors for individual LF7T-Y4C and generate a verbose log file:

getmyancestors -a 6 -u username -p password -i LF7T-Y4C -o out.ged -l out.log -v

Download four generations of ancestors for individual LF7T-Y4C including all their children and their children spouses:

getmyancestors -d 1 -m -u username -p password -i LF7T-Y4C -o out.ged

Download six generations of ancestors for individuals L4S5-9X4 and LHWG-18F including all their children, grandchildren and their spouses:

getmyancestors -a 6 -d 2 -m -u username -p password -i L4S5-9X4 LHWG-18F -o out.ged

Download four generations of ancestors for individual LF7T-Y4C including LDS ordinances (need LDS account)

getmyancestors -c -u username -p password -i LF7T-Y4C -o out.ged

Merge two Gedcom files

mergemyancestors -i file1.ged file2.ged -o out.ged

Support

Submit questions or suggestions, or feature requests by opening an Issue at https://github.com/Linekio/getmyancestors/issues

Donation

If this project help you, you can give me a tip :)

paypal

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

getmyancestors-1.0.1.tar.gz (24.6 kB view hashes)

Uploaded Source

Built Distributions

getmyancestors-1.0.1-py3.9.egg (60.3 kB view hashes)

Uploaded Source

getmyancestors-1.0.1-py3-none-any.whl (26.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page