Skip to content

erfanshekari/xui-python-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

XUI Panel Python API

Example:

from xui import XUI

xui = XUI(
    'http://127.0.0.1:7000',
    user='admin',
    password='password'
)

status = xui.get_server_status()

Features:

class XUI:
    def get_server_status(): ...

    def get_all_inbounds(): ...

    def get_inbound_by_id(...): ...

    def create_inbound(...): ...

    def edit_inbound(...): ...

    def delete_inbound(...): ...

About

Python API Wrapper for xui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages