{ "info": { "author": "Joshua Wang", "author_email": "jwanggt@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "
\n

Webtoons site scraper, for Python 3

\n
\nNote: this module was based off of [this](https://github.com/Galactus03/webtoons)\nrepository for Python2. Big thanks to @Galactus03!\n\nI added more resiliency to the functions, transferred all code to Python3 syntax, fixed quite some bugs, and made it return results.\n\n----\n\nThis module has these functions:\n\n`popularity_age(age, sex, toShow)` -> takes in parameters age, sex, and toShow. If not given, random.choice chooses age and sex, and toShow defaults to integer 5.\nReturns list of toShow amount of the most popular webtoons based on age and sex.\n\n`author_comics(author)` -> takes in parameter author.\nReturns list of all comics that the specified author has created.\n\n`new_releases(toShow)` -> takes in parameter toShow.\nReturns list of toShow amount of webtoons that were updated today\n\n`top10_of_day()` -> takes in no parameters.\nReturns list of the top 10 most popular comics today.\n\n`best_rated(toShow)` -> takes in parameter toShow.\nReturns list of toShow amount of the most popular webtoons.\n\n`top_in_genre(g, toShow)` -> takes in parameters g and toShow.\nReturns list of toShow amount of the most popular comics in genre g.\n\n----\n\n

INSTALLATION DIRECTIONS (pip)

\nTo install, simply run\n\n sudo pip3 install webtoons\n\nto install webtoons (this module!), requests, and BeautifulSoup4, which are dependencies.\n\n\n

ALTERNATE INSTALLATION DIRECTIONS (cloning)

\nClone the repository and install it:\n\n git clone https://github.com/joshdabosh/webtoons.git\n cd webtoons\n sudo python3 setup.py install\n\n----\n\n

USE

\nTo use, simply start an instance of webtoons and run a few functions!\n\n import webtoons\n wt = webtoons.Webtoons()\n print(wt.top10_of_day())\n # prints the top 10 comics of the day\n\n\n----\n\nComments or suggestions are welcome!\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/joshdabosh/webtoons", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "webtoons", "package_url": "https://pypi.org/project/webtoons/", "platform": "", "project_url": "https://pypi.org/project/webtoons/", "project_urls": { "Homepage": "https://github.com/joshdabosh/webtoons" }, "release_url": "https://pypi.org/project/webtoons/0.1.2/", "requires_dist": [ "bs4", "requests" ], "requires_python": "", "summary": "A small package for getting Webtoon comics for Python3.", "version": "0.1.2" }, "last_serial": 4110982, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "f2dd59f477770105416021e4dc937941", "sha256": "37b3bd4edf5e08778a76180e97412bb5aa27031e718f54f970f3bb98db2926dc" }, "downloads": -1, "filename": "webtoons-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f2dd59f477770105416021e4dc937941", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5530, "upload_time": "2018-07-28T04:54:00", "url": "https://files.pythonhosted.org/packages/d2/be/17af749f13c2236041578feff54b6d2788b85a7de829bda691fa4d5ad26b/webtoons-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fae2d17cd416950d983d8b2f101e2cc1", "sha256": "2685e344d628618a90ee3129118023cb8c0f652c3cbb244c164138562129b504" }, "downloads": -1, "filename": "webtoons-0.1.1.tar.gz", "has_sig": false, "md5_digest": "fae2d17cd416950d983d8b2f101e2cc1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3449, "upload_time": "2018-07-28T04:54:01", "url": "https://files.pythonhosted.org/packages/cf/d0/4968b0faf8428a8b8a747cea6bb15855111aecd555e2078182dfcc2e38cf/webtoons-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "304a8ab8f1ed952f0e30365ab5872328", "sha256": "9f22d89d459a2645ea4d8ba4aa6bfc66f66d3ef9155eec183f28c73753abbf55" }, "downloads": -1, "filename": "webtoons-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "304a8ab8f1ed952f0e30365ab5872328", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5299, "upload_time": "2018-07-28T04:59:45", "url": "https://files.pythonhosted.org/packages/44/37/03bb2a796c0ec77dac9beaf17aec117a4bb1ad48a822941c6b204dbf9466/webtoons-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b7d8bebfe42a90b2dd315346f3505d39", "sha256": "dc36c38f374bd2e5204a638793ca584f95b2bd9154060292c92c0f4809039081" }, "downloads": -1, "filename": "webtoons-0.1.2.tar.gz", "has_sig": false, "md5_digest": "b7d8bebfe42a90b2dd315346f3505d39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3340, "upload_time": "2018-07-28T04:59:46", "url": "https://files.pythonhosted.org/packages/97/26/a564ac5be7341893ebf5cdac612f35a30a00b0379a0a0997df43cc7d6fbd/webtoons-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "304a8ab8f1ed952f0e30365ab5872328", "sha256": "9f22d89d459a2645ea4d8ba4aa6bfc66f66d3ef9155eec183f28c73753abbf55" }, "downloads": -1, "filename": "webtoons-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "304a8ab8f1ed952f0e30365ab5872328", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5299, "upload_time": "2018-07-28T04:59:45", "url": "https://files.pythonhosted.org/packages/44/37/03bb2a796c0ec77dac9beaf17aec117a4bb1ad48a822941c6b204dbf9466/webtoons-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b7d8bebfe42a90b2dd315346f3505d39", "sha256": "dc36c38f374bd2e5204a638793ca584f95b2bd9154060292c92c0f4809039081" }, "downloads": -1, "filename": "webtoons-0.1.2.tar.gz", "has_sig": false, "md5_digest": "b7d8bebfe42a90b2dd315346f3505d39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3340, "upload_time": "2018-07-28T04:59:46", "url": "https://files.pythonhosted.org/packages/97/26/a564ac5be7341893ebf5cdac612f35a30a00b0379a0a0997df43cc7d6fbd/webtoons-0.1.2.tar.gz" } ] }