Getting started
In this page we explain how to start using the Python API and how to make a very simple script to show some of your game character information.
Installation
mkdir my_project
cd my_project
python -m venv venv
.\venv\Scripts\activatepip install phoenix-bot-apiHello world
from phoenixapi.finder import create_api_from_name
from phoenixapi.api import PhoenixApi
from phoenixapi.clients.player_manager import PlayerObjManagerLast updated
