Skip to main content

A package to search and download comics on https://readcomicsonline.ru

Project description

Comicsru

A package to search and download comics from https://readcomicsonline.ru in cbz and many more formats

Installation

pip install Comicsru

Usage

import Comicsru

#download comic
download_url = 'https://readcomicsonline.ru/comic/deadpool-back-in-black-2016/1'
Comicsru.download_comic(download_url,'cbz') #only cbz,zip,jpg formats supported

#suggest a random comic
print(Comicsru.suggest_random()) #prints a random comic title

#show summary of a comic
title = 'the-punisher-2016' #use '-' instead of spaces
about_comic = Comicsru.get_summary(title)
print(about_comic)

Todo

  • Add more formats (rar,cbz,pdf)
  • Download all chapters at once
  • More features

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

Comicsru-1.0.0.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

Comicsru-1.0.0-py3-none-any.whl (3.4 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