Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.71 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.71 KB

Pyrez: Easily way to connect to Hi-Rez API

License Runtime Version Contributors

PyRez is an open-source Python-based wrapper for Hi-Rez API that supports Paladins, Realm Royale and Smite.

Documentation

Official Documentation: Click here!

Support

For support using Pyrez, please join the official support server on Discord

Requirements

  • Python 3.5(or higher).
    • The following libraries are required: Requests and requests-aeaweb.
  • Access to Hi-Rez Studios API.

Installation

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

Contributors

License

This project is licensed under MIT