Webtoon Hooks
discord webhooks package for webtoons.com information
Installation
pip install WebtoonHooks
Usage
Send complete designed webhook with all the daily releases
>>> from WebtoonHooks import ReleaseHook
>>> release = ReleaseHook()
>>> release.send("SECRET-WEBHOOK-URL")
Send webhook with the weekly hot webtoons
>>> from WebtoonHooks import WeeklyHotHook
>>> hot = WeeklyHotHook()
>>> hot.send("SECRET-WEBHOOK-URL")
Get list of the dailies releases
>>> WebtoonHooks.get_daily_releases() # list(<WebtoonHooks.Card>)
[
Card(Boyfriend of the Dead, Comedy, Ushio, linked),
Card(My Giant Nerd Boyfriend, Slice of life, fishball, linked),
Card(Muted, Drama, Miranda Mundt, linked),
...
]
Get list of the weekly hot webtoons
>>> WebtoonHooks.get_weekly_hot() # list(<WebtoonHooks.Card>)
Card object
Represent one daily_card or discover_item from dailySchedule or challenge
- Subject
- Author name
- Genre
- Link to episodes list
- Number of likes
- New / Paused / UP tags
>>> card.href
'https://www.webtoons.com/en/comedy/boyfriend-of-the-dead/list?title_no=1102'
>>> card.subject
'Boyfriend of the dead'
>>> card.is_new
True
Made with 💗 for LINE WEBTOON by Aluma Gelbard.
Release files for WebtoonHooks 2.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| WebtoonHooks-2.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / WebtoonHooks-2.0.2-py3-none-any.whl
| Download URL | WebtoonHooks-2.0.2-py3-none-any.whl |
|---|---|
| Size | 4.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0c50b960eae089ece212238b99a562448dd16d49b760b573d0c4726eee5d2461
|
|
BLAKE2b-256 checksum How to use checksums |
063e36a5ce5467e078c8915765856210130ba728b8a8359884e6c5e184680f95
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.11.1 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.6
|