Coder Social home page Coder Social logo

showndarya / getcomic-cli Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vinitramk/getcomic-cli

1.0 1.0 0.0 3.5 MB

A command line tool to download comics from readcomiconline.to

Home Page: https://pypi.org/project/getcomic/

License: MIT License

Python 100.00%

getcomic-cli's Introduction

getcomic-cli

forthebadge made-with-python
A command line tool to download comics from readcomiconline.to

Features

  • Download comics from readcomiconline.to by providing the url of a single issue of a comic
  • Download the entire series of a particular comic by providing the url of a comic series
  • Download a given range of issues provided as input from the user

Getting Started

Supported OS

Ubuntu

Prerequisites

  1. Python3
  2. pip3

Installation

  1. Install a headless browser
    A headless browser is required for this tool to automate web page interaction. The browser used here is Chrome.
    1. Install the latest version of chrome browser in your machine. Follow this link for the same.
    2. To upgrade google-chrome in Ubuntu 16.04 LTS, run the following command.
      sudo apt-get --only-upgrade install google-chrome-stable
    3. Now you need a Chrome Driver. Download the latest release of ChromeDriver from this site
    4. Navigate to the folder where you downloaded Chrome Driver and extract it's contents. Install the Chrome Driver by running the following commands.
    sudo chmod +x chromedriver
    sudo mv -f chromedriver /usr/local/share/chromedriver  
    sudo ln -s /usr/local/share/chromedriver /usr/local/bin/chromedriver
    sudo ln -s /usr/local/share/chromedriver /usr/bin/chromedriver
    
  2. Install the package
    • Using pip
      sudo pip3 install getcomic

    • From source

      1. Clone this repo and navigate to this folder in your machine.
      2. Install using the following commands now.
        python3 setup.py build
        python3 setup.py install

Usage

  1. After installation is done, run the command getcomic and provide a readcomiconline url and the name of the directory where you want to download your files as arguments, as shown below.

The directory name you specified will be created in the home folder if not already present.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

getcomic-cli's People

Contributors

vinitramk avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.