Displaying 1 message |
Private User
today at 0:22
|
I've created a Python client for Geni API
https://github.com/bryndin/geni I needed to process my over 1k person tree, which is not manageable through UI. Thus I created this Python client lib. It does Auth and smartly handles rate limiting, so you can let it run and get some coffee (or travel, depending on the tree size). At the moment, it supports the most crucial subset of API methods, and can be easily extended if needed (PRs are welcome). I also included a bunch of example scripts you can reuse. Enjoy! |