Skip to main content

Python client for Phoenix API

Project description

Phoenix API

This is the Python client for the Phoenix API.

Installation

You can install the package using pip:

pip install phoenix-bot-api

Usage

Here is a simple example of how to use the Phoenix API client:

from phoenixapi.finder import create_api_from_name
from phoenixapi.api import PhoenixApi
from phoenixapi.clients.player_manager import PlayerObjManager

def run():
    CHAR_NAME = "Insert your character name here"
    client: PhoenixApi = create_api_from_name(CHAR_NAME)

    player_obj_manager: PlayerObjManager = client.player_obj_manager.get_player_obj_manager()

    name = player_obj_manager["player"]["name"]
    player_id = player_obj_manager["id"]
    family = player_obj_manager["player"]["family"]
    x = player_obj_manager['position']['x']
    y = player_obj_manager['position']['y']

    print(f"Name:\t\t{name}")
    print(f"ID:\t\t{player_id}")
    print(f"Family:\t\t{family}")
    print(f"Position:\t({x}, {y})")

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

phoenix_bot_api-1.0.3.tar.gz (11.0 MB view details)

Uploaded Source

Built Distribution

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

phoenix_bot_api-1.0.3-py3-none-any.whl (14.6 kB view details)

Uploaded Python 3

File details

Details for the file phoenix_bot_api-1.0.3.tar.gz.

File metadata

  • Download URL: phoenix_bot_api-1.0.3.tar.gz
  • Upload date:
  • Size: 11.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.2

File hashes

Hashes for phoenix_bot_api-1.0.3.tar.gz
Algorithm Hash digest
SHA256 72a8379475405a999afcb3da89713516974371dfab4b3e710825c374404d6d96
MD5 a2e23c122a1bac6af02c2c4df209fa3b
BLAKE2b-256 265f8e89b04148184d28c4629d0acdef2eef8401f744fc7c42fd1dc330ff8565

See more details on using hashes here.

File details

Details for the file phoenix_bot_api-1.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for phoenix_bot_api-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 8c1e6b5b577591094cb581ee6f76245176956077d60e51073aa6e49b665a2917
MD5 8d76c659203b8b6048d880755ac0c2b6
BLAKE2b-256 46c48b088c6ece0d89864d52f3ea4c268218b56663b396d9de17069f8f0a3382

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