Skip to content

🚀 Quick-Start

1. Download / Deploy

macOS

need readed macOS Deploy document

  • Or clone this project git clone https://github.com/jasoneri/ComicGUISpider.git

required list

  • python3.12+
  • install astral-sh/uv, instead pip of manage requiredments
bash
python -m pip install uv

Install command (CGS's requiredments/*.txt base on compilation by uv)

bash
python -m uv pip install -r "requirements/win.txt"

ignore the scripts in scripts/xxx of the document, all document are based on the explanation of the 📦portable-pkg

2. Usage

GUI

python CGS.py
Or using Portable-Applications

CLI

python crawl_only.py --help
Or using env of portable environment:
.\runtime\python.exe .\scripts\crawl_only.py --help

3. Configuration

If you have needs of custom requirements, reference 🔨Configuration for settings

4. Update

  • CGS innerded an update module, you can click the Update button in the configuration window to update

When local version < latest stable version < latest dev version

You need to update to latest stable version before you can update to latest dev version

  • You can also choose to download the latest version manually to the releases, but you need to pay attention to the configuration files and duplicate records not being overwritten and lost

The configuration file is scripts/conf.yml and the duplicate record is scripts/record.db

ComicGUISpider Released under the MIT License. (latest: v2.1)