Python library for communicating with non-public Webtoon API.
Project description
Webtoon python API
A python library for communicating with non-public Webtoon API.
Usage example
from webtoon_api import WebtoonApi
api = WebtoonApi()
episode = api.episodeInfo(
titleNo=2702,
episodeNo=1,
serviceZone="GLOBAL",
language="en",
platform="APP_ANDROID"
)
with open("image.jpg", "wb") as file:
file.write(
api.get_static_content(episode["episodeInfo"]["imageInfo"][0]["url"])
)
The general API call looks like
api.<methodName>(<args>)
Installation
Using pip
pip install webtoon-api
Using poetry directly from repository
pip install poetry
poetry install
API reference
See API.md in docs.
How we got here
If you are interested in how this library was created, have a look at Reverse-engineering.md in docs
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
webtoon-api-0.1.0.tar.gz
(2.6 kB
view details)
Built Distribution
File details
Details for the file webtoon-api-0.1.0.tar.gz
.
File metadata
- Download URL: webtoon-api-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.0 CPython/3.10.4 Linux/5.15.106-1-MANJARO
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc14b848e35dd92ee9ba03bf4a98d315301d2cbe57affefb13fcec1bcce791b2 |
|
MD5 | 17b235a467c9390d335501fe257e1c4d |
|
BLAKE2b-256 | 32fc0e98556feb87c178e6f1d9bcde998be5b70c8e4598259a445a6cfeb0865d |
File details
Details for the file webtoon_api-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: webtoon_api-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.0 CPython/3.10.4 Linux/5.15.106-1-MANJARO
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea23a6f8bea24649f3a392bf85d3090942e96ebefc248fea035158bf7472a5a9 |
|
MD5 | 1fc6df2c5ab418470aa603f1971f3aa4 |
|
BLAKE2b-256 | 297ce92ca3b498453bacb96e3a37cd4491ec6011c2826865cb5bcf19ee925ddd |