Skip to main content

An easy to use Python wrapper for the Pterodactyl Panel API.

Project description

DisPydactyl

DisPydactyl is working fork of pydactyl. This module has been tested with the new Pterodactyl V1 API and is constantly being updated. If any problem arises make an issue on Github. This module still uses the pydactyl documentation and a rewritten one will be coming soon!

Installation

To install this module simply run the command pip install git+https://github.com/Dishit79/DisPydactyl.git#egg=Dis-pydactyl

Example of Account Creation

client = PterodactylClient('http://mypanel.com', 'API KEY')
        e = client.user.create_user(username ,email , first_name, last_name, external_id=None, password=password, root_admin=False, language='en')
        print(e)
        return (True,e['attributes']['id'])

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dis-pydactyl-0.1.15.tar.gz (11.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page