{"id":15621769,"url":"https://github.com/pirtleshell/scrape-a-grave","last_synced_at":"2025-04-28T18:10:07.105Z","repository":{"id":91424896,"uuid":"72778169","full_name":"pirtleshell/scrape-a-grave","owner":"pirtleshell","description":"Scrape and Retrieve FindAGrave memorial page data and save them to an SQL database","archived":false,"fork":false,"pushed_at":"2016-11-03T20:25:56.000Z","size":6,"stargazers_count":21,"open_issues_count":1,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-28T18:09:56.257Z","etag":null,"topics":["citation","genealogy","scraper","web-scraping"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pirtleshell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-03T19:10:17.000Z","updated_at":"2025-04-07T05:57:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"598fe538-dec3-4752-af94-461c9096b25e","html_url":"https://github.com/pirtleshell/scrape-a-grave","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pirtleshell%2Fscrape-a-grave","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pirtleshell%2Fscrape-a-grave/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pirtleshell%2Fscrape-a-grave/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pirtleshell%2Fscrape-a-grave/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pirtleshell","download_url":"https://codeload.github.com/pirtleshell/scrape-a-grave/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251362153,"owners_count":21577403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["citation","genealogy","scraper","web-scraping"],"created_at":"2024-10-03T09:51:47.689Z","updated_at":"2025-04-28T18:10:07.063Z","avatar_url":"https://github.com/pirtleshell.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# scrape-a-grave\n\n\u003e  Scrape and Retrieve [FindAGrave](http://findagrave.com) memorial page data and save them to an SQL database.\n\n\n## Scraping\n[FindAGrave](http://findagrave.com) is an index of gravemarkers from cemeteries around the world. Often when doing genealogy research, you don't want to rely on a webpage's future and so you want to download the information to your local file. This python script takes a list of Grave Marker numbers, or FindAGrave urls, scrapes the site for data and prints out a citation of the information. It is currently setup to also save the data in an SQL database.\n\n\n## Requirements\n\nYou are expected to have [Python3](https://www.python.org/downloads/). It also requires the BeautifulSoup package, downloadable through pip:\n```sh\n$ pip3 install bs4\n```\n\n## Usage\nDownload these files and change the contents of input text to be a list of FindAGrave ids, or FindAGrave urls. Then run\n```sh\n$ python3 getgraveids.py\n```\n\nThe citations will be printed to the console and saved in an SQL database named `graves.db`.\n\nIt is also possible to **read links from a GEDCOM** by un-highlighting the [\"read from gedcom\" section](https://github.com/PirtleShell/scrape-a-grave/blob/master/getgraveids.py#L88). This assumes your GEDCOM source citations have a LINK field with the FindAGrave site.\n\n\n## License\n\nThis is intended as a convenient tool for personal genealogy research. Please be aware of FindAGrave's [Terms of Service](https://secure.findagrave.com/terms.html).\n\nMIT © [Robert Pirtle](https://pirtle.xyz)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpirtleshell%2Fscrape-a-grave","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpirtleshell%2Fscrape-a-grave","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpirtleshell%2Fscrape-a-grave/lists"}