Send discord webhooks with all the daily releases from webtoon
Project description
Webtoon Hooks
discord webhooks package for webtoons.com information
Installation
pip install WebtoonHook
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 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.
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
WebtoonHooks-2.0.0.tar.gz
(4.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file WebtoonHooks-2.0.0.tar.gz.
File metadata
- Download URL: WebtoonHooks-2.0.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
683bb8230c8972b729de7e76603f5c47879360c88f25f4d5ee9e058f55bce120
|
|
| MD5 |
56c2d22489e4750b9a156324e7591925
|
|
| BLAKE2b-256 |
fb871ec8765c8a8350d544059a7b3c608267c39965e95c5fb3b7aa52d7e580e1
|
File details
Details for the file WebtoonHooks-2.0.0-py3-none-any.whl.
File metadata
- Download URL: WebtoonHooks-2.0.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b416f73c51a115aea71a30981e7445845c1d396d38c856d20c7cfda1560596eb
|
|
| MD5 |
fe6bcd565b07405d915381cf8d8bdb46
|
|
| BLAKE2b-256 |
ad5da3222076b86e1a82e5f58b4b04e0a6af054729b71298f8dcc4fa1ba52664
|