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

Uploaded Source

Built Distribution

pyholaclient-1.1.2-py3-none-any.whl (17.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyholaclient-1.1.2.tar.gz
  • Upload date:
  • Size: 17.5 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.2.tar.gz
Algorithm Hash digest
SHA256 fc65f12312e29b7748e040a34aceb0dfceec9086403adcbf5c73ddd00010cb8b
MD5 95b400e44a8dd3ba1771fb1ca60ab773
BLAKE2b-256 1d30c28f0e66e9f7ed1d77588c0558939282680accbf8c3544a09d27f3199f08

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyholaclient-1.1.2-py3-none-any.whl
  • Upload date:
  • Size: 17.1 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 341baf16f189664c753a0bc49c5f7735b8cb42c1d55f2304f04301a747bb107a
MD5 77520380beba0a0e0a080c544bc2b992
BLAKE2b-256 f5449d37025562f1db6722cf2e63716a833adef45815e622363a60e2e40c8f3a

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