Skip to main content

Send discord webhooks with all the daily releases from webtoon

Project description

Webtoon Hooks

discord webhooks package for webtoons.com information

Installation

pip install WebtoonHooks

Usage

Send complete designed webhook with all the daily releases

Daily update

>>> from WebtoonHooks import ReleaseHook
>>> release = ReleaseHook()
>>> release.send("SECRET-WEBHOOK-URL")

Send webhook with the weekly hot webtoons

Weekly hot

>>> 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

WebtoonHooks-2.0.2-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page