Pterodactyl panel API wrapper
Project description
Pythactyl
This Pterodactyl panel API wrapper is an unofficial wrapper. I made this in my free time and intend to improve as I go along
Install
python -m pip install git+https://github.com/IAmGadget/Pythactyl
Client
from Pythactyl import Client
client = client.PterodactylClient('URL', 'API KEY')
client.account() # Retrieves the current account's information
client.updateEmail('currentPassword', 'NewPassword', 'NewPassword')
client.listServers() # This will return a JSON object of all the servers the client currently owns. (This is not including admin servers.)
# Send a simple power action to your server
server = client.getServer('identifier')['attributes']['identifier']
cliend.sendPowerAction(server, "start")
Admin
from Pythactyl import admin
admin = admin.PterodactylClient('URL', 'API KEY')
user = admin.createUser('email@email.com', 'Bob', 'Simmons', root_admin=True)
admin.editUser(user['id'], username="INeedANewName")
Information
I will be uploading documentation when the wrapper is completed. If you wish to know more syntax, you'll either have to source code dive or DM me: Gadget#0975.
Need help?
Join my discord for more support on this wrapper: https://discord.gg/SBXBd8sC5f
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 Pythactyl-2.15.tar.gz.
File metadata
- Download URL: Pythactyl-2.15.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40eb29026956ec12dbc8a87fc98b14d09e17184a5001f2d53fea91f5d56fa85a
|
|
| MD5 |
d8456a806d84b76896fe2b8864191b14
|
|
| BLAKE2b-256 |
f48b5bd904fc4a0cec9221b3eaa97bf3f33a3d0ac0a32083aeb37cb59f937928
|
File details
Details for the file Pythactyl-2.15-py3-none-any.whl.
File metadata
- Download URL: Pythactyl-2.15-py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c588014ad9047f29215424317ab48ebfd045502a520ae679781a37f5d89b40f0
|
|
| MD5 |
1cd7d15269ba1f7fda3a3ad71bd1fcbc
|
|
| BLAKE2b-256 |
73ea4bffcdf445d498e66e439a02169f970539950321eaa2b49edda1bbe8b36a
|