A command line tool to download comics from readcomiconline.to
Ubuntu
1. Python3
2. pip3
sudo apt-get --only-upgrade install google-chrome-stable
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
Install the package
Using pip
sudo pip3 install getcomic
From source
python3 setup.py build
python3 setup.py install
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.
This project is licensed under the MIT License - see the LICENSE file for details