Skip to main content

An API Wrapper for HolaClient

Project description

PyHolaClient

A HolaClient API Wrapper using Python!

Upload Python Package

Special Thanks to The HolaClient Team!

Installation To install just run

pip install pyholaclient

Usage

Setting up Client

from pyholaclient import HolaClient

client = HolaClient("https://foo.bar", "foo")

Getting User's HCID

from pyholaclient import HolaClient

client = HolaClient("https://foo.bar", "foo")
hcid = client.user_hcid(1000000000000000) # <= Discord ID
print(hcid)

Getting User Info

from pyholaclient import HolaClient

client = HolaClient("https://foo.bar", "foo")
hcid = 1000
user = client.user_info(hcid)

print(user.email)
print(user.first_name)
print(user.last_name)
print(user.username)
print(user.id)
print(user.root_admin) # <== True if Admin
# And many more (Read pyholaclient/Classes/user.py)

There are many more

But for the sake of simplicity. Head to our Docs (WIP)

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

pyholaclient-1.1.4.tar.gz (19.0 kB view details)

Uploaded Source

Built Distribution

pyholaclient-1.1.4-py3-none-any.whl (18.2 kB view details)

Uploaded Python 3

File details

Details for the file pyholaclient-1.1.4.tar.gz.

File metadata

  • Download URL: pyholaclient-1.1.4.tar.gz
  • Upload date:
  • Size: 19.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for pyholaclient-1.1.4.tar.gz
Algorithm Hash digest
SHA256 d40503ccfd1598c9b5ffd816cd8541fbf693df0e2f595e337a55118e52074eae
MD5 6602557acad424fe8c6727d49a3d5616
BLAKE2b-256 abe4a06e22058c4f7b8b5acc826ce89c8f61227f64a5baffe2d011cb6c0029df

See more details on using hashes here.

File details

Details for the file pyholaclient-1.1.4-py3-none-any.whl.

File metadata

  • Download URL: pyholaclient-1.1.4-py3-none-any.whl
  • Upload date:
  • Size: 18.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for pyholaclient-1.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 1788750df7b11e2bd097e2191711185007ac115385fdef2908dd8248711b64ff
MD5 bf5a9b90128b6f3de1f67a6552bc351f
BLAKE2b-256 660f734a7c724e4272b89b96d2dd7ca546f139a27665d5a426b2001621b83f4a

See more details on using hashes here.

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