A simple, advanced API wrapper for the Pterodactyl API
🏠 Homepage
- Ease-of-access
- Includes Everything
- Async And Sync.
- Use of caching allows less requests to the API, Cache is updated everytime you fetch!
Windows
pip install -U git+https://github.com/Rapi-Dev/PyPtero/
Linux
pip3 install -U git+https://github.com/Rapi-Dev/PyPtero/
from PyPtero.Sync import Pterodactyl
client = Pterodactyl(url='My Panel URL', admin_key='My application token')
user = client.create_user(
username='New-User', password='New-User',
first_name='Firstname', last_name='Lastname',
email='some@email.com'
)
user.update(password='Some Super Secret password')
👤 Daftscientist & Seniatical
- Website: https://daftscientist.com
- Github: Daftscientist | Seniatical
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2021 Daftscientist | Seniatical.
This project is MIT licensed.
This project is owned by Rapi-Dev (Daftscientist & Saqib).
This module is in early works, expect bugs and errors. Were trying to fix any errors which may occasionally popup.