606 B
606 B
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