Skip to main content

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="密碼")

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.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.1.tar.gz (2.6 kB view details)

Uploaded Source

Built Distribution

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

pteropy-0.1.1-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file pteropy-0.1.1.tar.gz.

File metadata

  • Download URL: pteropy-0.1.1.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.12

File hashes

Hashes for pteropy-0.1.1.tar.gz
Algorithm Hash digest
SHA256 899704c1a3195d3f373bf10d1d29b854664ad24925ba03f414b6e965103ff048
MD5 25f3f77c8db5758d1966ac214ff995a0
BLAKE2b-256 69009cca43ce97f6c170983d1e85fdbb143b6ef869d302e2529df077641fafb0

See more details on using hashes here.

File details

Details for the file pteropy-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: pteropy-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 3.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.12

File hashes

Hashes for pteropy-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 daff22c3c8334a65073ee168e06235e83bdaa956904b038a7efcd57f4ce30921
MD5 b922986d40f6cf69a78c16d6778498e9
BLAKE2b-256 4eb33f11544f3113274a217f70caf4fe34d00bb434d267b7ae0f1ee8f3cc1dc3

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 Sentry Error logging StatusPage Status page