# Comic Fetcher Small script that fetches all webcomic pages for a given domain, so you can read it offline. ## Install To install from source: ```sh git clone https://git.0x90.space/missytake/fetch-comic cd fetch-comic uv build ``` ## Usage Configure & start the bot: ```sh 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 ```