An open-source wrapper for Hi-Rez Studios API (Paladins, Realm Royale, and Smite), written in Python.
Project description
Pyrez: Easiest way to connect to Hi-Rez Studios API
Pyrez is an open-source wrapper for Hi-Rez Studios API that supports Paladins, Realm Royale and Smite.
Built with
Documentation
Official Documentation, which shows all available methods and how to use them: Click here!
Support
If you need further help, please join the official support server on Discord.
Requirements
- Access to Hi-Rez Studios API.
Usage
import pyrez
devId=1004
authKey='23DF3C7E9BD14D84BF892AD206B6755C'
def main():
with pyrez.PaladinsAPI(devId, authKey) as paladins:
print(paladins.getDataUsed())
if __name__ == '__main__':
main()
Application Example
- FlaskPyrezAPI - Example of a web application using Flask and Pyrez.
License
This project is provided under the MIT License.
All information obtained is provided by Hi-Rez Studios API and is thus their property. According to Section 11a of the API Terms of Use
, you must attribute any data provided as below.
Data provided by Hi-Rez. © 2019 Hi-Rez Studios, Inc. All rights reserved.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pyrez-1.1.0.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b944ffefbf3dc40e7885889116efdbe09d33a75d27fc7019d3224a671086510 |
|
MD5 | c55204eb7fac8f5a5538bc77a8ac78a5 |
|
BLAKE2b-256 | ace114ca705face6d6d2672c1e0f266b27bec54b12e944a932fa302479ba8067 |