Dishit79 / DisPydactyl

A working fork of pydactyl.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 please 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 or pip install dis-pydactyl==0.1.15

Example of Account Creation

from dispydactyl import PterodactylClient

client = PterodactylClient('http://mypanel.com', 'API KEY')
json_data = client.user.create_user(username ,email , first_name, last_name, external_id=None, password=password, root_admin=False, language='en')
#returns json data on the newly created user
print(json_data)
             

About

A working fork of pydactyl.

License:MIT License


Languages

Language:Python 100.0%