Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ishibi/read_comic_offline
- Owner: iShibi
- License: mit
- Created: 2020-05-18T12:57:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T23:55:44.000Z (over 1 year ago)
- Last Synced: 2024-05-01T17:34:29.586Z (8 months ago)
- Topics: automation, comic-downloader, firefox, python3, selenium-python
- Language: Python
- Homepage:
- Size: 5.44 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
read_comic_offline
## Overview:
A python program which downloads comics from [readcomiconline](https://readcomiconline.to/).
## 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
```