Skip to main content

Simple module to download comics from 'https://www.porncomix.one' using webscrapping.

Project description

ncomix

This is a simple module to download comics from "https://www.porncomix.one" using webscrapping.

This version is the first prototype, more documentation and functionalities will be added soon

Basic Usage

from ncomix import ncomix

comic = ncomix(url_to_comic)

comic.download() #download pages as images to a folder in current working directory

comic.download_pdf() #download combine pages to single pdf in current working directory

To download to given directory

comic.download(dest=mydir) #download to given directory

comic.download_pdf(dest=mydir)

To get basic info on the comic

print(comix)

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

ncomix-0.1.2.tar.gz (17.1 kB view hashes)

Uploaded Source

Built Distribution

ncomix-0.1.2-py3-none-any.whl (29.7 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