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 in the folder:
`pip 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](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=98X3CY93XTAYJ)
Raw data
{
"_id": null,
"home_page": null,
"name": "getmyancestors",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "getmyancestors, familysearch, fstogedcom, gedcom",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/49/0d/8941b3e80f7e6b1d640f8a438f97d653e8c4d3721ab631dc87668e73fe08/getmyancestors-1.1.1.tar.gz",
"platform": null,
"description": "getmyancestors\n==============\n\n_getmyancestors_ is a python3 package that downloads family trees in GEDCOM format from FamilySearch.\n\nThis program is now in production phase, but bugs might still be present. Features will be added on request. It is provided as is.\n\nThe project is maintained at https://github.com/Linekio/getmyancestors. Visit here for the latest version and more information.\n\nThis script requires python3 and the modules indicated in the requirements.txt file. To install the modules, run in your terminal:\n\n\nInstallation\n============\n\nThe easiest way to install _getmyancestors_ is to use pip:\n\n`pip install getmyancestors`\n\nOtherwise, you can download the source package and then execute in the folder:\n\n`pip install .`\n\nHow to use\n==========\n\nWith graphical user interface:\n\n```\nfstogedcom\n```\n\nCommand line examples:\n\nDownload four generations of ancestors for the main individual in your tree and output gedcom on stdout (will prompt for username and password):\n\n```\ngetmyancestors\n```\n\nDownload four generations of ancestors and output gedcom to a file while generating a verbode stderr (will prompt for username and password):\n\n```\ngetmyancestors -o out.ged -v\n```\n\nDownload four generations of ancestors for individual LF7T-Y4C and generate a verbose log file:\n\n```\ngetmyancestors -u username -p password -i LF7T-Y4C -o out.ged -l out.log -v\n```\n\nDownload six generations of ancestors for individual LF7T-Y4C and generate a verbose log file:\n\n```\ngetmyancestors -a 6 -u username -p password -i LF7T-Y4C -o out.ged -l out.log -v\n```\n\nDownload four generations of ancestors for individual LF7T-Y4C including all their children and their children spouses:\n\n```\ngetmyancestors -d 1 -m -u username -p password -i LF7T-Y4C -o out.ged\n```\n\nDownload six generations of ancestors for individuals L4S5-9X4 and LHWG-18F including all their children, grandchildren and their spouses:\n\n```\ngetmyancestors -a 6 -d 2 -m -u username -p password -i L4S5-9X4 LHWG-18F -o out.ged\n```\n\nDownload four generations of ancestors for individual LF7T-Y4C including LDS ordinances (need LDS account)\n\n```\ngetmyancestors -c -u username -p password -i LF7T-Y4C -o out.ged\n```\n\nMerge two Gedcom files\n\n```\nmergemyancestors -i file1.ged file2.ged -o out.ged\n```\n\n\nSupport\n=======\n\nSubmit questions or suggestions, or feature requests by opening an Issue at https://github.com/Linekio/getmyancestors/issues\n\nDonation\n========\n\nIf this project help you, you can give me a tip :)\n\n[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=98X3CY93XTAYJ)\n",
"bugtrack_url": null,
"license": "GNU",
"summary": "Retrieve GEDCOM data from FamilySearch Tree",
"version": "1.1.1",
"project_urls": {
"HomePage": "https://github.com/Linekio/getmyancestors"
},
"split_keywords": [
"getmyancestors",
" familysearch",
" fstogedcom",
" gedcom"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "caf82fec95c18b06eff6147b9fae43df4bb6c2bb6eaa78467c67edb4fa3779c6",
"md5": "e0ba2b1ef188a37c2ecb3850fc1d93eb",
"sha256": "e3d5f3e963f03b0b011e17d0103bb2440cfe5bdeb708c13b8a0e607457f1f410"
},
"downloads": -1,
"filename": "getmyancestors-1.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e0ba2b1ef188a37c2ecb3850fc1d93eb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 29154,
"upload_time": "2025-01-05T21:38:05",
"upload_time_iso_8601": "2025-01-05T21:38:05.040594Z",
"url": "https://files.pythonhosted.org/packages/ca/f8/2fec95c18b06eff6147b9fae43df4bb6c2bb6eaa78467c67edb4fa3779c6/getmyancestors-1.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "490d8941b3e80f7e6b1d640f8a438f97d653e8c4d3721ab631dc87668e73fe08",
"md5": "9ea9773fa40596bdaa26a4fa81182a4e",
"sha256": "c3edda6df15ecbc0149599e0b49fdf0f4baf7202fc74b1c0798d8cc2205c6474"
},
"downloads": -1,
"filename": "getmyancestors-1.1.1.tar.gz",
"has_sig": false,
"md5_digest": "9ea9773fa40596bdaa26a4fa81182a4e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 26602,
"upload_time": "2025-01-05T21:38:07",
"upload_time_iso_8601": "2025-01-05T21:38:07.530585Z",
"url": "https://files.pythonhosted.org/packages/49/0d/8941b3e80f7e6b1d640f8a438f97d653e8c4d3721ab631dc87668e73fe08/getmyancestors-1.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-05 21:38:07",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Linekio",
"github_project": "getmyancestors",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "babelfish",
"specs": [
[
"==",
"0.6.1"
]
]
},
{
"name": "diskcache",
"specs": [
[
"==",
"5.6.3"
]
]
},
{
"name": "requests",
"specs": [
[
"==",
"2.32.3"
]
]
},
{
"name": "fake-useragent",
"specs": [
[
"==",
"2.0.3"
]
]
}
],
"lcname": "getmyancestors"
}