An open API service indexing awesome lists of open source software.

https://github.com/siddhesh-agarwal/copy


https://github.com/siddhesh-agarwal/copy

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Copy CLI Tool

## Overview

The `copy` CLI tool is designed to download all the resources of a website recursively. This tool is useful for creating local copies of websites for offline use, archiving purposes, or for analyzing website content.

## Features

- Recursively downloads all resources (HTML, CSS, JavaScript, images, etc.)
- Handles relative and absolute URLs
- Supports basic authentication
- Configurable output directory
- Progress tracking and logging

## Installation

To install the `copy` CLI tool, you can use the following command:

```sh
git clone https://github.com/siddheshagarwal/copy.git
cd copy
uv run main.py
``