Skip to content

Python script for downloading comic book images and converting them into a compressed comic book format.

License

Notifications You must be signed in to change notification settings

clamytoe/comic_snagger

Repository files navigation

Comic Snagger (comic_snagger)

Python script for downloading comic book images and converting them into a compressed comic book format.

Python version Build Status BCH compliance GitHub issues GitHub forks GitHub Stars License

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.

Initial setup

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

Anaconda setup

conda env create

Regular Python setup

pip install -r requirements.txt

Final setup

activate comic_snagger # or source activate comic_snagger
pip install -e .

Usage

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.

Contributing

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.

License

Distributed under the terms of the MIT license, "comic_snagger" is free and open source software.

Issues

If you encounter any problems, please file an issue along with a detailed description.

About

Python script for downloading comic book images and converting them into a compressed comic book format.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published