Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ishibi/read_comic_offline

A python program which downloads comics from readcomiconline website.
https://github.com/ishibi/read_comic_offline

automation comic-downloader firefox python3 selenium-python

Last synced: 25 days ago
JSON representation

A python program which downloads comics from readcomiconline website.

Awesome Lists containing this project

README

        

read_comic_offline


GitHub stars
GitHub forks
GitHub license

## Overview:

A python program which downloads comics from [readcomiconline](https://readcomiconline.to/).

## Demo:


gif demo

## Installation

- [Firefox](https://www.mozilla.org/en-US/firefox/new/) browser.

## Setup

To install all the necessary dependencies run the following cmd in the terminal:
```
pip install -r requirements.txt
```

## Documentation

After installing firefox browser and all the neccessary packages, run the following cmd in the terminal to start the program:
```
python main.py
```
For help regarding the command line arguments and program inputs, run the following cmd in the terminal:
```
python main.py -h
```