Coder Social home page Coder Social logo

getmyancestors's Introduction

getmyancestors

getmyancestors.py is a python3 script 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:

"python3 -m pip install -r requirements" (or "python3 -m pip install --user requirements" if you don't have admin rights on your machine).

This script requires python 3.4 (or higher) to run due to some novel features in the argparse and asyncio modules (https://docs.python.org/3/whatsnew/3.4.html)

To download the script, click on the green button "Clone or download" on the top of this page and then click on "Download ZIP".

How to use

With graphical user interface:

python3 fstogedcom.py

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):

python3 getmyancestors.py

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

python3 getmyancestors.py -o out.ged -v

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

python3 getmyancestors.py -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:

python3 getmyancestors.py -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:

python3 getmyancestors.py -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:

python3 getmyancestors.py -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)

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

Support

Send questions, suggestions, or feature requests to [email protected] or [email protected], or open an Issue at https://github.com/Linekio/getmyancestors/issues

Donation

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

paypal

getmyancestors's People

Contributors

linekio avatar changeling avatar fhgwright avatar freeseek avatar sebdu66 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.