Pyrez: Easiest way to connect to Hi-Rez Studios API
[][pyrez-pypi]
[][pyrez-pypi]
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
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.