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-0.1.55.tar.gz
(16.4 kB
view details)
Built Distribution
File details
Details for the file pyholaclient-0.1.55.tar.gz
.
File metadata
- Download URL: pyholaclient-0.1.55.tar.gz
- Upload date:
- Size: 16.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2058a307ccd6b14135601cf733bde18b69bf3f5e50ebef25fa06ccd1dc91614 |
|
MD5 | 742544145d4d6bdc864603e770b2f13c |
|
BLAKE2b-256 | 99b372b044b11b205901149411f6e0f4ff41ac4ded2de8d86242a1a81dd1ffb4 |
File details
Details for the file pyholaclient-0.1.55-py3-none-any.whl
.
File metadata
- Download URL: pyholaclient-0.1.55-py3-none-any.whl
- Upload date:
- Size: 15.7 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 | 77455bfdff35bdbb6cb3e2d03fd818b691b5b33111eaf3a1b11ad32855dc3131 |
|
MD5 | ae39b1efce8cabc74a2d6a23e09d607c |
|
BLAKE2b-256 | a1dea5a50f9e7a3219c35ae06e9ef5320a51043cdabfd3dd6c88966863593543 |