/webtoons

Simple api to manuplate webtoons

Primary LanguagePython

This script will contains following functions

  1. Check for todays comic : will list all the comics releasing on that day.

  2. Search for top 10 comics of a day.

  3. Search comics based on the rating of the comics.

  4. Search based on the genre.

  5. Search based on the age criteria.

  6. Popularity/ popularity based on genre/popularity based on age

  7. download the comic.

There seems to be no way to fetch images from webtoons, so the download_comic function is not working.. though it can generate all the links for the comics if that is needed(will save you some time of parsing)