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
Release history Release notifications | RSS feed
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.1.tar.gz
(5.5 kB
view details)
Built Distribution
File details
Details for the file pychzzk-0.1.1.tar.gz
.
File metadata
- Download URL: pychzzk-0.1.1.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f8f98a293a70566577db58a8d1bf141c9b180e5d698f5899281e31acaa09bc9 |
|
MD5 | 26a142f12f38e0161e21ed25dbbc7600 |
|
BLAKE2b-256 | caf581c1f4c2face0aeffe331e9712985f5103d3d5b9cc39d271f4ed6dffee6c |
File details
Details for the file pychzzk-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: pychzzk-0.1.1-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
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1a9be2f00573f90228124af3d7de36d0d1a857566c1642cae98ebe2b620dba5 |
|
MD5 | d754404600fb7242afa83a4432c4087c |
|
BLAKE2b-256 | 0c4f14e5bef4d88bad45495d73a807a539a59b212838a97157adb78682fa53ee |