Skip to main content

A CLI tool to download comics

Project description

Comickaze

A Python CLI that scrapes and lets you download comics easily. Comickaze gets comic data, images from ReadComicsOnline.ru

Comickaze Demo

Sample Usage

Command line:

comickaze dl "deadpool"

Module:

from comickaze.Comickaze import Comickaze

c = Comickaze()
res = c.search("Deadpool")
comic = res[0] #gets the first result
c.downloader(comic).startDownload()

Arguments

Command line:

--path                          Specifies the download directory
--dl-range      --range         Specifies the range of issues to be downloaded, <start>-<end>. Can use * at the <end> to download all chapters from <start>.

Methods:

  • search(keyword)
res = c.search("Deadpool")
  • downloader(comic, dl_range (default: *), path (default: C:\Users<User>\comickaze\downloads))
downloader = c.downloader(comic)
  • Downloader.startDownload()
downloader.startDownload()

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

Comickaze-1.0.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

Comickaze-1.0-py3-none-any.whl (7.5 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