pteropy
適用於Pterodactyl api的python庫
安裝
pip install pteropy
Pterodactyl_Application範例
key創建位置:/admin/api
基本設置
run.py
from pteropy import Pterodactyl_Application
#導入套件
base_url = "https://面板網址"
api_key = "api key"
#key創建位置:/admin/api
#基本設定
ptero = Pterodactyl_Application(base_url, api_key)
#傳給套件
套件範例
run.py
from pteropy import Pterodactyl_Application
base_url = "https://面板網址"
api_key = "api key"
ptero = Pterodactyl_Application(base_url, api_key)
#創建用戶
ptero.create_user(username="用戶名",email="用戶email", password="密碼")
#所有用戶
ptero.list_users()
Pterodactyl_Client範例
key創建位置:/account/api
基本設置
run.py
from pteropy import Pterodactyl_Client
#導入套件
base_url = "https://面板網址"
api_key = "api key"
#key創建位置:/account/api
#基本設定
ptero = Pterodactyl_Client(base_url, api_key)
#傳給套件
套件範例
run.py
from pteropy import Pterodactyl_Client
base_url = "https://面板網址"
api_key = "api key"
ptero = Pterodactyl_Client(base_url, api_key)
#獲得伺服器資料
ptero.get_server("3fa3d78d")
#獲得伺服器列表
ptero.list_servers()
#重命名伺服器
ptero.rename_server("3fa3d78d","名子")
#發送指令
ptero.send_command("3fa3d78d","指令")
#啟動伺服器
ptero.start_server("3fa3d78d")
#重啟伺服器
ptero.restart_server("3fa3d78d")
#關閉伺服器
ptero.stop_server("3fa3d78d")
#強制關閉伺服器
ptero.kill_server("3fa3d78d")
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pteropy-0.1.4.tar.gz
(2.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pteropy-0.1.4.tar.gz.
File metadata
- Download URL: pteropy-0.1.4.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90d48b11b2bc795401b8f473567ee376c41d12e2b8044a8a37b091f8ce1af217
|
|
| MD5 |
42a7a7115bb063d87d36142cce848835
|
|
| BLAKE2b-256 |
f713645db1d17271cd4a40dd4a22d3163625aa9a31e9f3769be95a3c17181d49
|
File details
Details for the file pteropy-0.1.4-py3-none-any.whl.
File metadata
- Download URL: pteropy-0.1.4-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c018fd2332432a89ab40d80932b4d35a7be741ca3e91ebf9ca17118b699c2cd
|
|
| MD5 |
dcbf1241b96346ee45e498e4dd85a21f
|
|
| BLAKE2b-256 |
d38be947476778353d3a0615d293e84578c6536b8e243b2cc927f177bcf1cdd7
|