Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pyrez

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyrez

An open-source wrapper for Hi-Rez Studios API (Paladins, Realm Royale, and Smite), written in Python.

  • 1.1.1.1
  • Source
  • PyPI
  • Socket score

Maintainers
1

Pyrez: Easiest way to connect to Hi-Rez Studios API

License Documentation Status [PyPi Version][pyrez-pypi] [Runtime Version][pyrez-pypi] Discord Server Say Thanks!

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

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.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc