PyRez is an open-source Python-based wrapper for Hi-Rez API that supports Paladins, Realm Royale and Smite.
Official Documentation: Click here!
For support using Pyrez, please join the official support server on Discord
- Access to Hi-Rez Studios API.
Pyrez currently isn't being updated on PyPI and thus needs to be installed using git. The easiest way to install Pyrez is using pip
, Python's package manager:
pip install -e git+https://github.com/luissilva1044894/pyrez.git@master#egg=pyrez
The required dependencies will be installed automatically. After that, you can use the library using:
import pyrez
This project is licensed under MIT