Skip to content

A simple, advanced API wrapper for the Pterodactyl API

License

Notifications You must be signed in to change notification settings

Rapi-Dev/PyPtero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPtero

Version Documentation License: MIT Pypi Discord server

A simple, advanced API wrapper for the Pterodactyl API

Key Features

  • Ease-of-access
  • Includes Everything
  • Async And Sync.
  • Use of caching allows less requests to the API, Cache is updated everytime you fetch!

Install

Windows
pip install -U git+https://github.com/Rapi-Dev/PyPtero/

Linux
pip3 install -U git+https://github.com/Rapi-Dev/PyPtero/

Examples

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')

Author

👤 Daftscientist & Seniatical

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 Daftscientist | Seniatical.
This project is MIT licensed. This project is owned by Rapi-Dev (Daftscientist & Saqib).

Notice

This module is in early works, expect bugs and errors. Were trying to fix any errors which may occasionally popup.

About

A simple, advanced API wrapper for the Pterodactyl API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages