Python script for downloading comic book images and converting them into a compressed comic book format.
This app was generated with Cookiecutter along with @clamytoe's toepack project template.
Python script for downloading comics from readcomics.io. Run the script and respond to the prompts and it will download all of the images for the comic that you want.
You will need to have requests and BeautifulSoup4 in order to use. It's written for Python 3.6 because I love working with f-strings and its about time everyone upgraded.
cd Projects
git clone https://github.com/clamytoe/comic_snagger.git
cd comic_snagger
conda env create
pip install -r requirements.txt
activate comic_snagger # or source activate comic_snagger
pip install -e .
comic_snagger
Once you've started downloading a comic, it will continue until it's done. If you stop it at any point, no need to worry. The script will continue where it left off. Just start the same comic once again and let it do its thing.
Contributions are very welcome. Tests can be run with with pytest -v
, please ensure that all tests are passing before submitting a pull request. I have also included the following packages that should be used:
- black
- isort
- mypy
I am not adhering to them strictly, but try to clean up what's reasonable.
Distributed under the terms of the MIT license, "comic_snagger" is free and open source software.
If you encounter any problems, please file an issue along with a detailed description.