//Dorian Lamouille
Back to projects
software

pygenezys

Open source Python Library for the Genezys web app's internal API, letting scripts read account, currency, and data without a browser.

PythonpytestPypi
View on GitHub

This project is an open source Library on Python for the Genezys web3 website (https://app.genezys.xyz). I reverse-engineered the internal (undocumented) API (with approval of the Genezys team) and simplified it for easier accessibility for people who want to build apps around the game. The library wraps endpoints for user, currency, and cup data behind a typed Python interface, with a pytest suite covering the request/response layer.

To validate the use of this library, I built an app that gathers data and displays important data analysis about the game and the player (https://github.com/orlandossss/genezys_helper).