Skip to main content

NAVER CHZZK Python SDK

Project description

PyCHZZK

NAVER CHZZK Python SDK

Usage

pip install PyCHZZK

Example

PyCHZZK.api.Channels

channel.search

import asyncio
from PyCHHZK.api import Channels

async def print_search_channels():
    channel = Channels()
    channels = await channel.search("녹두로")
    print(channels)

asyncio.run(print_search_channels())

channel.get_data

import asyncio
from PyCHHZK.api import Channels
from PyCHZZK.enums import Fields

async def print_channel_data():
    channel = Channels()
    channel_data = await channel.get_data(channel_id, Fields.description)
    print(channel_data)

asyncio.run(print_channel_data())

channel.get_info

import asyncio
from PyCHHZK.api import Channels

async def print_channel_info():
    channel = Channels()
    channel_info = await channel.get_info(channel_id)
    print(channel_info)

asyncio.run(print_channel_info())

channel.get_live_status

import asyncio
from PyCHHZK.api import Channels

async def print_live_status():
    channel = Channels()
    live_status = await channel.get_live_status(channel_id)
    print(live_status)

asyncio.run(print_live_status())

License

Licensed under the MIT

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

pychzzk-0.1.2.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

pychzzk-0.1.2-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file pychzzk-0.1.2.tar.gz.

File metadata

  • Download URL: pychzzk-0.1.2.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.32.2

File hashes

Hashes for pychzzk-0.1.2.tar.gz
Algorithm Hash digest
SHA256 8cce8602b46ac5d143b1e028c46c75166f07ae37270eaf9f0aa373fb915856de
MD5 c5ccf11426499fffc6b1dae1073ad0e2
BLAKE2b-256 3f7e2d45c0738e0bab24dd0c4b9255d9d93a58ff1f3eccd23605c7bb45eac272

See more details on using hashes here.

File details

Details for the file pychzzk-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: pychzzk-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 5.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.32.2

File hashes

Hashes for pychzzk-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ca1e642c9155786efbef5a99fe3e766de3f0d47b199523ac127751fcc06bfc18
MD5 f24f1b3195a687a78a120f78d68871fb
BLAKE2b-256 0fce79064f0b7264723587d0b1f291c62f8550ebef8f153f9568d75998918f7c

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