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-0.1.561.tar.gz (16.4 kB view details)

Uploaded Source

Built Distribution

pyholaclient-0.1.561-py3-none-any.whl (15.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyholaclient-0.1.561.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

Hashes for pyholaclient-0.1.561.tar.gz
Algorithm Hash digest
SHA256 8702b3a3b0a1b429981fe5cf477e94356541e3a87057eabc68b5afb03cd5673f
MD5 b6752cae50672738c079c955dacb6ed3
BLAKE2b-256 af478404e3feb0127a618f17da83130b751b6c6045af3d7f7730de17c2d5579d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyholaclient-0.1.561-py3-none-any.whl
Algorithm Hash digest
SHA256 28c79d2ad9e45fa33b992d416768c258ccb8ea98f2e1ba915d609f83cb3bf645
MD5 579b2aecf6a0b9826a2f1ba2297785e3
BLAKE2b-256 b555c05931b0f4be1b9e6a71317b1faf8e03ea42384064fd668716978893527e

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