Skip to main content

Unofficial Python library for CHZZK

Project description

python-chzzk

An unofficial Python library for CHZZK

Requirements

  • Python 3.7+

Installation

pip install chzzk

Usage

import asyncio

from chzzk import Chzzk
from chzzk.client import Credential


async def main():
    chzzk = Chzzk(
        Credential(
            nid_auth="Your NID_AUT",
            nid_session="Your NID_SES",
        )
    )

    print(await chzzk.me())
    print(await chzzk.channel("bb382c2c0cc9fa7c86ab3b037fb5799c"))


if __name__ == "__main__":
    asyncio.run(main())

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

python-chzzk-0.0.1.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

python_chzzk-0.0.1-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

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