GEDCOM Crawler
Download your entire family tree
version 1.1
© 2006 Antone Roundy
All Rights Reserved
© 2006 Antone Roundy
All Rights Reserved
More Information sources
I have not used these sites, so I can't vouch for them personally, but they are popular, so I imagine you might find them useful.
I have not used these sites, so I can't vouch for them personally, but they are popular, so I imagine you might find them useful.
- Government-Records.com
Marriage, death, civil, census records, etc. - Records Registry
Ancestory archives, cemetery records, census, family histories, marriaage records, vital records, etc. - GovernmentRegistry.org
Birth, marriage, vital records, etc. - People-Files.com
Birth, death, marriage records, etc. - BirthRecords.ws
Birth records, adoption records, ancestors, etc.
"197 GEDCOMs downloaded, 4832 to go...Ugh!"
Have you ever tried to download all the GEDCOMs for your ancestors to import into PAF?
How many did you finish before you gave up?
I'd finished all of maybe 2 or 3 and immediately realized that doing it manually would take forever.
So I put off getting started for years...until I realized that I could write a script to download them all automatically.
GEDCOM Crawler generates a single GEDCOM file containing all of the information from the LDS Ancestral File for the ancestors of the indicated family. In about 45 minutes, it downloaded data on 5,525 families in my family tree, stretching all the way back to 124 A.D.!
NOTE: Because the data comes from the Ancestral File, it does not contain LDS ordinance data. Look for other tools to help you import this data into PAF.
GEDCOM Crawler generates a single GEDCOM file containing all of the information from the LDS Ancestral File for the ancestors of the indicated family. In about 45 minutes, it downloaded data on 5,525 families in my family tree, stretching all the way back to 124 A.D.!
NOTE: Because the data comes from the Ancestral File, it does not contain LDS ordinance data. Look for other tools to help you import this data into PAF.
Genealogy News
Newsfeed display by CaRPSir Peter Gwynn-Jones, R.I.P.
2 Sep 2010 at 8:14am
Sir Peter Gwynn-Jones, former Garter Principal King of Arms in the United Kingdom, was well known in the genealogy world. He passed away on August 21 at age 70. He retired only a few months ago, pr...
[from Eastman's Online Genealogy Newsletter]
Ancestry.ca Provides Free Access to Millions of Canadian Immigration Records
2 Sep 2010 at 7:53am
The following announcement was written by Ancestry.ca: Free content includes millions of records from countries worldwide in nearly 300 collections TORONTO, ON (September 2, 2010) Ancestry.ca, Cana...
[from Eastman's Online Genealogy Newsletter]
Oxford English Dictionary Will Not Be Printed Again
2 Sep 2010 at 2:00am
The next edition of the Oxford English Dictionary, the world?s most definitive work on the language, will never be printed because of the impact of the Internet on book sales. Sales have fallen due...
[from Eastman's Online Genealogy Newsletter]
Mormon Church Changes Procedures in Attempt to Resolve Issues of Proxy Baptis...
1 Sep 2010 at 7:37pm
The Mormon church has changed its genealogical database to better prevent the names of Jews killed in Nazi concentration camps from being submitted for posthumous baptism by proxy. In a joint state...
[from Eastman's Online Genealogy Newsletter]
Early Pittsburgh Marriages and Deaths Indices are Online and Growing
1 Sep 2010 at 5:55pm
The following announcement was written by Ann S Eldredge: In January 2010, a small band of genealogy seekers embarked on a project to make anyone who has roots in the Pittsburgh area jump for joy. ...
[from Eastman's Online Genealogy Newsletter]
Ancestry.com Offers Life Stories of Ellis Island Immigrants Online
1 Sep 2010 at 3:10pm
The following announcement was written by Ancestry.com: More than 1,700 first-hand audio recordings now available for free online PROVO, Utah, Sept. 1 -- Ancestry.com announced today it has launche...
[from Eastman's Online Genealogy Newsletter]
Upcoming Events
1 Sep 2010 at 12:55pm
The Upcoming Events section of this newsletter is published as a newsletter article once per month, usually in the first week of the month. You can also view the latest list of events at any time b...
[from Eastman's Online Genealogy Newsletter]
Requirements
Because of the amount of bandwidth GEDCOM Crawler uses when downloading large family trees,
I do not run it on my server on behalf of anyone but family members.
GEDCOM Crawler can run on a computer that meets the following requirements:
- Internet connection (preferably high-speed)
- Perl
- Command line access (ie. if you are connecting to the computer over a network rather than sitting at the terminal, you will need something like Telnet or SSH access)
License
By downloading GEDCOM Crawler,
you agree to the terms of this license.
- Subject to the terms of this license, you may download and use GEDCOM Crawler at no charge.
- You may make modifications to your own copy.
- You may NOT redistribute GEDCOM Crawler in whole or in part, nor modified copies or other scripts based on GEDCOM Crawler, whether commercially or for free without prior written consent. Refer people to this website instead.
- This script is provided as-is with no warranty whatsoever. Use it at your own risk. If you live in a jurisdiction that does not allow complete disclaimer of warranty, then you may NOT download nor use GEDCOM Crawler.
Known Limitations
- Only works with the LDS Ancestral File. I'm looking into making it work with RootsWeb too.
- An individual may have more information about them listed in the GEDCOM file for one family than another. GEDCOM Crawler neither merges the information nor attempts to determine which record is the most complete, but simply uses the first one it finds. I'll try to improve on that in a later version.
Support
Sorry, I'm way too busy--no technical support is available at this time.
Instructions
- Download and unzip GEDCOM-Crawler.zip (By downloading GEDCOM Crawler, you agree to the above license terms). NOTE: The files use UNIX style linebreaks. When opening the files on other operating systems, ...things may look weird. I may make additional packages with different linebreak styles later.
- Open gedcom-crawler-conf.pl in a text editor like Notepad, or better yet, a programmer's text editor.
- If the computer on which GEDCOM Crawler will run has a host name (for example, if you are going to run it on your webserver), enter the host name in $myHostName. Otherwise you will need to find out the IP address of the computer and enter it in $myHostIP. (If you enter the host name, you may leave $hostIP blank.)
- Save your changes (be sure to save as a plain text file).
- If you are going to run GEDCOM Crawler on a different computer than the one you have it on, upload all four files to that computer.
- If necessary, make all four files executable.
For example, on a UNIX or Linux computer, you might type the following command on the command line from within the directory where the files are located:
chmod 700 gedcom-crawler* - Find the family ID for the most recent ancestor on the line whose data you wish to download:
- Go to the Ancestral File Search Form
- Find the ancestor
- Go to their individual record
- Copy the "Family" link on the right side of the page across from their name (don't go to that page and copy the URL in your browser's address bar--that won't be the right one--instead, right click the "Family" link and select "copy URL" or something like that from that menu)
- The number after "familyid=" in that URL is the family ID.
./gedcom-crawler.pl 123456
Here, the fun begins!
GEDCOM Crawler will start downloading and combining GEDCOM files for your ancestors.
Each time it downloads a file, it will tell you how many families' data it has processed,
and how many family IDs it has found but not processed.
Watch both numbers go up for a while as it finds more and more families!
After the numbers, it will display one dot for each line in the GEDCOM file--some families are bigger than others.IMPORTANT: GEDCOM Crawler will create a file whose name is the family ID specified on the command line plus ".ged". If you already have a file by that name in the same directory as GEDCOM Crawler, it will be overwritten.
./gedcom-crawler.pl 567890 x
This will prevent GEDCOM Crawler from clearing the family IDs it has already downloaded from the database../gedcom-crawler-skip-families.pl gedcom-file.ged./gedcom-crawler-skip-families.pl gedcom-file.ged x