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())

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

Uploaded Source

Built Distribution

pychzzk-0.1.0-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for pychzzk-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2cb81849373ebf8cac8270498c76f5cd850b3329ce3065d68865e55d5241d787
MD5 f7d2c13b3a6f23cf6ed86ea81bdae93e
BLAKE2b-256 6168f738c317cdf7e33ba590be3eca0c29cc6d2304f25e2935ad76a2bde7fe0e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pychzzk-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4ac772453bd60422712f86f297afbd65b13045ce9eb3c53d9cfb7d4923d75463
MD5 bc9e8f417023a8ba61c297ad8acae392
BLAKE2b-256 134c1de786c9841883c1eb1e54da0c800a29da9b36fb56ea556f820a43fb17f0

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