{"id":19989201,"url":"https://github.com/clamytoe/comic_snagger","last_synced_at":"2025-06-15T20:09:00.869Z","repository":{"id":84639533,"uuid":"78019793","full_name":"clamytoe/comic_snagger","owner":"clamytoe","description":"Python script for downloading comic book images and converting them into a compressed comic book format.","archived":false,"fork":false,"pushed_at":"2018-12-12T01:56:10.000Z","size":67,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-12T11:50:06.637Z","etag":null,"topics":["beatifulsoup","comic-downloader","comics","python36","readcomics","requests"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clamytoe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-04T13:53:11.000Z","updated_at":"2024-06-04T04:24:51.000Z","dependencies_parsed_at":"2023-07-20T20:30:09.677Z","dependency_job_id":null,"html_url":"https://github.com/clamytoe/comic_snagger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clamytoe%2Fcomic_snagger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clamytoe%2Fcomic_snagger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clamytoe%2Fcomic_snagger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clamytoe%2Fcomic_snagger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clamytoe","download_url":"https://codeload.github.com/clamytoe/comic_snagger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241430312,"owners_count":19961635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["beatifulsoup","comic-downloader","comics","python36","readcomics","requests"],"created_at":"2024-11-13T04:45:48.117Z","updated_at":"2025-03-01T21:48:21.463Z","avatar_url":"https://github.com/clamytoe.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Comic Snagger (*comic_snagger*)\n\u003e *Python script for downloading comic book images and converting them into a compressed comic book format.*\n\n![Python version][python-version]\n[![Build Status][travis-image]][travis-url]\n[![BCH compliance][bch-image]][bch-url]\n[![GitHub issues][issues-image]][issues-url]\n[![GitHub forks][fork-image]][fork-url]\n[![GitHub Stars][stars-image]][stars-url]\n[![License][license-image]][license-url]\n\nThis app was generated with [Cookiecutter](https://github.com/audreyr/cookiecutter) along with [@clamytoe's](https://github.com/clamytoe) [toepack](https://github.com/clamytoe/toepack) project template.\n\nPython script for downloading comics from [readcomics.io](https://www.readcomics.io). Run the script and respond to the prompts and it will download all of the images for the comic that you want.\n\n### Initial setup\nYou 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.\n\n```bash\ncd Projects\ngit clone https://github.com/clamytoe/comic_snagger.git\ncd comic_snagger\n```\n\n#### Anaconda setup\n```bash\nconda env create\n```\n\n#### Regular Python setup\n```bash\npip install -r requirements.txt\n```\n\n#### Final setup\n```bash\nactivate comic_snagger # or source activate comic_snagger\npip install -e .\n```\n\n## Usage\n```bash\ncomic_snagger\n```\n\nOnce 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.\n\n## Contributing\nContributions 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:\n* black\n* isort\n* mypy\n\nI am not adhering to them strictly, but try to clean up what's reasonable.\n\n## License\nDistributed under the terms of the [MIT](https://opensource.org/licenses/MIT) license, \"comic_snagger\" is free and open source software.\n\n## Issues\nIf you encounter any problems, please [file an issue](https://github.com/clamytoe/toepack/issues) along with a detailed description.\n\n\n[python-version]:https://img.shields.io/badge/python-3.6.6-brightgreen.svg\n[travis-image]:https://travis-ci.org/clamytoe/comic_snagger.svg?branch=master\n[travis-url]:https://travis-ci.org/clamytoe/comic_snagger\n[bch-image]:https://bettercodehub.com/edge/badge/clamytoe/comic_snagger?branch=master\n[bch-url]:https://bettercodehub.com/\n[issues-image]:https://img.shields.io/github/issues/clamytoe/comic_snagger.svg\n[issues-url]:https://github.com/clamytoe/comic_snagger/issues\n[fork-image]:https://img.shields.io/github/forks/clamytoe/comic_snagger.svg\n[fork-url]:https://github.com/clamytoe/comic_snagger/network\n[stars-image]:https://img.shields.io/github/stars/clamytoe/comic_snagger.svg\n[stars-url]:https://github.com/clamytoe/comic_snagger/stargazers\n[license-image]:https://img.shields.io/github/license/clamytoe/comic_snagger.svg\n[license-url]:https://github.com/clamytoe/comic_snagger/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclamytoe%2Fcomic_snagger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclamytoe%2Fcomic_snagger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclamytoe%2Fcomic_snagger/lists"}