{ "info": { "author": "Aluma Gelbard", "author_email": "violetaluma@hotmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Webtoon Hooks\ndiscord webhooks package for webtoons.com information\n\n## Installation\n```bash\npip install WebtoonHooks\n```\n\n## Usage\n### Send complete designed webhook with all the daily releases\n![Daily update](https://i.imgur.com/8oTTnhj.png)\n```python\n>>> from WebtoonHooks import ReleaseHook\n>>> release = ReleaseHook()\n>>> release.send(\"SECRET-WEBHOOK-URL\")\n```\n\n### Send webhook with the weekly hot webtoons\n![Weekly hot](https://i.imgur.com/akcHpKp.png)\n```python\n>>> from WebtoonHooks import WeeklyHotHook\n>>> hot = WeeklyHotHook()\n>>> hot.send(\"SECRET-WEBHOOK-URL\")\n```\n\n### Get list of the dailies releases\n```python\n>>> WebtoonHooks.get_daily_releases() # list()\n[\n Card(Boyfriend of the Dead, Comedy, Ushio, linked),\n Card(My Giant Nerd Boyfriend, Slice of life, fishball, linked),\n Card(Muted, Drama, Miranda Mundt, linked),\n ...\n]\n```\n\n### Get list of the weekly hot webtoons\n```python\n>>> WebtoonHooks.get_weekly_hot() # list()\n```\n\n## Card object\nRepresent one `daily_card` or `discover_item` from [dailySchedule](https://www.webtoons.com/en/dailySchedule) or [challenge](https://webtoons.com/en/challenge)\n* Subject\n* Author name\n* Genre\n* Link to episodes list\n* Number of likes\n* New / Paused / UP tags\n```python\n>>> card.href\n'https://www.webtoons.com/en/comedy/boyfriend-of-the-dead/list?title_no=1102'\n>>> card.subject\n'Boyfriend of the dead'\n>>> card.is_new\nTrue\n```\n\n----\nMade with \ud83d\udc97 for [LINE WEBTOON](https://discord.gg/RB53Z3) by Aluma Gelbard.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/MissLummie/webtoons-discord", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "WebtoonHooks", "package_url": "https://pypi.org/project/WebtoonHooks/", "platform": "", "project_url": "https://pypi.org/project/WebtoonHooks/", "project_urls": { "Homepage": "https://github.com/MissLummie/webtoons-discord" }, "release_url": "https://pypi.org/project/WebtoonHooks/2.0.2/", "requires_dist": [ "DiscordHooks", "beautifulsoup4", "requests", "lxml" ], "requires_python": "", "summary": "Send discord webhooks with all the daily releases from webtoon", "version": "2.0.2" }, "last_serial": 5172418, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "f30ad14ec62a1e6730a9721191eec6cb", "sha256": "b7cf3ffa885b37ed4d5011195a4aec0a743010afea858f0f92834d8de1462f4a" }, "downloads": -1, "filename": "WebtoonHooks-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "f30ad14ec62a1e6730a9721191eec6cb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3546, "upload_time": "2019-04-06T07:02:41", "url": "https://files.pythonhosted.org/packages/e6/78/403a42b38f539d39d75481088c1f5c8962ed8ee9eb2308c6fe020f6c2a03/WebtoonHooks-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1e7d966ff14fe9bf3ebf58718ef9038d", "sha256": "885695f91d599f2dfac1823b427ce34ac4dad7cef54cf8bddcaa5f354e57ace1" }, "downloads": -1, "filename": "WebtoonHooks-1.0.tar.gz", "has_sig": false, "md5_digest": "1e7d966ff14fe9bf3ebf58718ef9038d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2989, "upload_time": "2019-04-06T07:02:43", "url": "https://files.pythonhosted.org/packages/34/4e/54cb28e55d4d5d9e82ce16239d466a7dd86d51f3fbbd2b89677f65377b24/WebtoonHooks-1.0.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "fe6bcd565b07405d915381cf8d8bdb46", "sha256": "b416f73c51a115aea71a30981e7445845c1d396d38c856d20c7cfda1560596eb" }, "downloads": -1, "filename": "WebtoonHooks-2.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "fe6bcd565b07405d915381cf8d8bdb46", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4912, "upload_time": "2019-04-12T19:42:47", "url": "https://files.pythonhosted.org/packages/ad/5d/a3222076b86e1a82e5f58b4b04e0a6af054729b71298f8dcc4fa1ba52664/WebtoonHooks-2.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "56c2d22489e4750b9a156324e7591925", "sha256": "683bb8230c8972b729de7e76603f5c47879360c88f25f4d5ee9e058f55bce120" }, "downloads": -1, "filename": "WebtoonHooks-2.0.0.tar.gz", "has_sig": false, "md5_digest": "56c2d22489e4750b9a156324e7591925", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4133, "upload_time": "2019-04-12T19:42:48", "url": "https://files.pythonhosted.org/packages/fb/87/1ec8765c8a8350d544059a7b3c608267c39965e95c5fb3b7aa52d7e580e1/WebtoonHooks-2.0.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "1f187e1b5d3cfde03c5405d2e5f58575", "sha256": "6f789b028e7c0e54e672e77c37d3e496dac0578e9c4b686e56b5d639a79c0403" }, "downloads": -1, "filename": "WebtoonHooks-2.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "1f187e1b5d3cfde03c5405d2e5f58575", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4867, "upload_time": "2019-04-14T16:55:39", "url": "https://files.pythonhosted.org/packages/d6/80/515b431c192c5c9e00be7bfee19f84cce4316d21d808a58fb850c642013d/WebtoonHooks-2.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e36abe2fc632a4d89353d8c753865871", "sha256": "9c33a674efdf10923b3ef7d5d0d55a081f1477d75a15a89f8110ae7193740845" }, "downloads": -1, "filename": "WebtoonHooks-2.0.1.tar.gz", "has_sig": false, "md5_digest": "e36abe2fc632a4d89353d8c753865871", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4090, "upload_time": "2019-04-14T16:55:40", "url": "https://files.pythonhosted.org/packages/1f/68/d6e02713e82e1da1d58224e3c2b94fc3f94bf6032c6881a3367d7545fa61/WebtoonHooks-2.0.1.tar.gz" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "ee90c043fb3206e9b59bf0d848b6f654", "sha256": "0c50b960eae089ece212238b99a562448dd16d49b760b573d0c4726eee5d2461" }, "downloads": -1, "filename": "WebtoonHooks-2.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "ee90c043fb3206e9b59bf0d848b6f654", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4871, "upload_time": "2019-04-22T10:25:57", "url": "https://files.pythonhosted.org/packages/06/3e/36a5ce5467e078c8915765856210130ba728b8a8359884e6c5e184680f95/WebtoonHooks-2.0.2-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ee90c043fb3206e9b59bf0d848b6f654", "sha256": "0c50b960eae089ece212238b99a562448dd16d49b760b573d0c4726eee5d2461" }, "downloads": -1, "filename": "WebtoonHooks-2.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "ee90c043fb3206e9b59bf0d848b6f654", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4871, "upload_time": "2019-04-22T10:25:57", "url": "https://files.pythonhosted.org/packages/06/3e/36a5ce5467e078c8915765856210130ba728b8a8359884e6c5e184680f95/WebtoonHooks-2.0.2-py3-none-any.whl" } ] }