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.0.tar.gz
(5.5 kB
view details)
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2cb81849373ebf8cac8270498c76f5cd850b3329ce3065d68865e55d5241d787 |
|
MD5 | f7d2c13b3a6f23cf6ed86ea81bdae93e |
|
BLAKE2b-256 | 6168f738c317cdf7e33ba590be3eca0c29cc6d2304f25e2935ad76a2bde7fe0e |
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ac772453bd60422712f86f297afbd65b13045ce9eb3c53d9cfb7d4923d75463 |
|
MD5 | bc9e8f417023a8ba61c297ad8acae392 |
|
BLAKE2b-256 | 134c1de786c9841883c1eb1e54da0c800a29da9b36fb56ea556f820a43fb17f0 |