A script that fetches all webcomic pages for a given domain for offline reading.
Find a file
2025-11-25 12:13:03 +01:00
.gitignore make gogetaroomie.com work 2025-11-24 19:50:24 +01:00
.python-version initial commit 2025-11-24 16:59:53 +01:00
main.py fix: hide KeyboardInterrupt exception 2025-11-25 12:13:03 +01:00
pyproject.toml doc: update description 2025-11-24 22:19:51 +01:00
README.md initial commit 2025-11-24 16:59:53 +01:00
uv.lock initial commit 2025-11-24 16:59:53 +01:00

Comic Fetcher

Small script that fetches all webcomic pages for a given domain, so you can read it offline.

Install

To install from source:

git clone https://git.0x90.space/missytake/fetch-comic
cd fetch-comic
uv build

Usage

Configure & start the bot:

uv run main.py https://www.gogetaroomie.com --limit 10 --start 1 --end end --first first --next next --img cc-comic --output GoGetARoomie!

Run uv run main.py --help to see all available options.

Development

PRs welcome :)

You can run lint and tests to ensure code quality and functionality:

uv format