An API Wrapper for HolaClient
Project description
PyHolaClient
A HolaClient API Wrapper using Python!
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
Release history Release notifications | RSS feed
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.3.tar.gz
(19.0 kB
view details)
Built Distribution
File details
Details for the file pyholaclient-1.1.3.tar.gz
.
File metadata
- Download URL: pyholaclient-1.1.3.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
Algorithm | Hash digest | |
---|---|---|
SHA256 | e23cf9d38666e01ebfaaaa616c1953083be24da70715019f42927fa50efcedc7 |
|
MD5 | 240d70ffd1d1498e2b0fa30274c28524 |
|
BLAKE2b-256 | eee43749f4f0d164bb3ff7ea3d19a58ba12d261f318232bdb9419a6df75da8fc |
File details
Details for the file pyholaclient-1.1.3-py3-none-any.whl
.
File metadata
- Download URL: pyholaclient-1.1.3-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
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0f855f6f609ecc8785ce5d2f330e503e73eae0fe81ff81a88dbc6bec7bea037 |
|
MD5 | f6eb277b025c5a4185f25b7aa2fad4ee |
|
BLAKE2b-256 | 74a243ca9cee19605bd3338c1617b437fe77338653a4f26a5a1148a85f7df050 |