Skip to content
Andrés Gattinoni edited this page Mar 16, 2015 · 2 revisions

Welcome to the python-directadmin wiki!

Introduction

The aim of this project is to provide a simple and clean implementation of Directadmin's Web API for Python developers.

Directadmin (http://www.directadmin.com) is a popular web control panel. It provides an HTTP API which python-directadmin intends to implement, to help python developers interact with the control panel.

Scripts

Within the source code of this project you will find some sample scripts meant to explain how to use the API while performing some basic administrative tasks.

Check out the Suspension Script with its source code and the DirectAdmin Console with its source code.

Clone this wiki locally