Skip to main content

Fork of the xtlsapi library with support for the new Xray-Core API function - GetStatsOnlineIpList

Project description

xtlsapi

codecov CI

Python library to communicate with xray core

Install it from PyPI

pip install xtlsapi

Usage

from xtlsapi import XrayClient, utils, exceptions

xray_client = XrayClient('1.2.3.4', 1234)
user_id = utils.generate_random_user_id()
user_email = utils.generate_random_email()
inbound_tag = 'inbound-tag'

# Get stats
print(utils.human_readable_bytes(xray_client.get_client_download_traffic('user-email@mail.com')))
print(utils.human_readable_bytes(xray_client.get_client_upload_traffic('user-email@mail.com')))
print(utils.human_readable_bytes(xray_client.get_inbound_download_traffic(inbound_tag)))
print(utils.human_readable_bytes(xray_client.get_inbound_upload_traffic(inbound_tag)))

# Add & Remove client
user = xray_client.add_client(inbound_tag, user_id, user_email)
if user:
    print(user)
    xray_client.remove_client(inbound_tag, user_email)

# restart logger
xray_client.restart_logger()

Development

Read the CONTRIBUTING.md file.

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

xtlsapi_onlineiplist-3.3.1.tar.gz (89.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

xtlsapi_onlineiplist-3.3.1-py3-none-any.whl (160.4 kB view details)

Uploaded Python 3

File details

Details for the file xtlsapi_onlineiplist-3.3.1.tar.gz.

File metadata

  • Download URL: xtlsapi_onlineiplist-3.3.1.tar.gz
  • Upload date:
  • Size: 89.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for xtlsapi_onlineiplist-3.3.1.tar.gz
Algorithm Hash digest
SHA256 a1ba172a7f8ea88196c4b8ae9ff5f6ac3fa3b8703ff57dd16d117df9fe2c20ab
MD5 1d5713128312bb16cbd0c3f70b3ed004
BLAKE2b-256 117d9f2de70c818d28597da251c35d29b8099ed564db3c938b07093b0c422a49

See more details on using hashes here.

File details

Details for the file xtlsapi_onlineiplist-3.3.1-py3-none-any.whl.

File metadata

File hashes

Hashes for xtlsapi_onlineiplist-3.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ce1b0f6b62b887e33f6d48f4ab752014cc64d6a6dcf4c8a5bf2ccdff733ddd1f
MD5 9058413e149ca2cc33b09c63ec853147
BLAKE2b-256 2d433616653825ba175269283c5959d658e6a54d2d9a4f8078abc4b2af56ed7b

See more details on using hashes here.

Supported by

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