https://github.com/siddhesh-agarwal/copy
https://github.com/siddhesh-agarwal/copy
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/siddhesh-agarwal/copy
- Owner: Siddhesh-Agarwal
- Created: 2025-03-15T14:28:11.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-03-16T05:08:25.000Z (about 1 month ago)
- Last Synced: 2025-03-16T05:23:14.356Z (about 1 month ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
``