Last updated:
0 purchases
pyrezfix 1.1.6
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
Python - 2.7, 3.5, 3.6, & 3.7 are supported.
Requests
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.