Skip to main content

This application accesses the Nitrado API.

Project description

Nitrado SDK   Python

Testing

A Python based SDK for the Nitrado RESTful API published at PyPI.


Installation

In your terminal install the nitrado package with pip.

pip install nitrado

Overview

To have access to this application you must have an account created at Nitrado and create an API key.

Wiki - Full documentation

Table of contents

1. Generate API Key

Shows how to get access to your API key.

2. Getting Started

Shows how to log in to the client and use the basic code interface

3. Globals

Basic requests from Nitrado for health and maintenance checks.

4. Services

Data provided outside of the game server. Like server status, user id, and auto extension plan.

5. GameServer

Data directly related to the game server. This includes the player list, game settings, etc.

6. Games

Custom game specific libraries.



Examples

Globals

The basic maintanance tools from Nitrado API.

from nitrado import Global

version = Global.version()
print(version)

'nitrapi-1201-wh2h4'

Services

This example highlights how to get the service.

from nitrado import Service

services = Service.all()
print(services)
[
    <Service(id=1011111, status='active', type_human='Publicserver 10 slots', suspend_date='2023-05-07T01:21:11')>,
    <Service(id=1022222, status='active', type_human='Publicserver 20 slots', suspend_date='2023-07-07T02:11:01')>,
    <Service(id=1033333, status='active', type_human='Publicserver 30 slots', suspend_date='2023-09-07T06:51:41')>
]

GameServer

This example highlights how to get the gameserver.

from nitrado import GameServer

gameservers = GameServer.all()
print(gameservers)
[
    <GameServer(service_id=11111111, location='US', slots=10, ip='1.2.3.4', game_human='ARK: Survival Evolved (Xbox One)')>,
    <GameServer(service_id=22222222, location='US', slots=70, ip='11.22.33.44', game_human='ARK: Survival Evolved (Xbox One)')>
]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nitrado-1.0.33.tar.gz (33.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nitrado-1.0.33-py3-none-any.whl (37.5 kB view details)

Uploaded Python 3

File details

Details for the file nitrado-1.0.33.tar.gz.

File metadata

  • Download URL: nitrado-1.0.33.tar.gz
  • Upload date:
  • Size: 33.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for nitrado-1.0.33.tar.gz
Algorithm Hash digest
SHA256 8d987a5afd5c9a2846fd4a3d3fd639cf939a6404c2e381bd506f5b995230eecd
MD5 52bb7187a4eedc464f834abb454f54d2
BLAKE2b-256 cb57f50692af3165d3dbf35c178c364fd1f3a31d567f30cba7838ae3c059d538

See more details on using hashes here.

File details

Details for the file nitrado-1.0.33-py3-none-any.whl.

File metadata

  • Download URL: nitrado-1.0.33-py3-none-any.whl
  • Upload date:
  • Size: 37.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for nitrado-1.0.33-py3-none-any.whl
Algorithm Hash digest
SHA256 330d607a5ecc19430a15cb67a309dddca730163dd7ecdedb51f4c285abc0ae05
MD5 375319910e54bda573134f9bf0682260
BLAKE2b-256 07ae3ea2b494488c7b357f48e830d87061aeed11616750e864b314ee0d854950

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page