A fast, beautiful, and modular website archiver.
Project description
🌾 reap
A fast, beautiful, and modern CLI website archiver.
reap is an enhanced command-line wrapper built on top of wget and wget2. It simplifies downloading websites for offline viewing, offering faster multi-threaded performance, clean terminal visual reports, automatic asset routing for modern visual builders (such as Framer and Webflow), and built-in local hosting.
✨ Features
- ⚡ Autodetects
wget2— Automatically enables multi-threaded downloading (default: 8 parallel connections) for significantly faster downloads. - 🎨 Visual Reports — Beautiful status indicators, progress bars, and summary panels powered by
rich. - 🚀 Modern Builder Ready — Automatically handles common CDN assets (Framer User Content, Google Fonts, etc.) to preserve site appearance offline.
- 🏃 Fast Mode (
--fast) — Skips large media files such as videos, archives, and audio to download layouts and styles quickly. - 🌐 Instant Serve (
--serve) — Launches a lightweight local HTTP server for immediate offline previewing. - 📦 Auto Archive (
--zip) — Automatically packages the downloaded site into a.ziparchive.
📥 Installation
Requirements
- Python 3.8+
wgetorwget2available in your system PATH
Install from Source
git clone https://github.com/yourusername/reap.git
cd reap
pip install .
Install Backend Engine
macOS
brew install wget2
Ubuntu / Debian
sudo apt install wget2
Windows
winget install GNU.Wget
wget2is recommended for maximum performance, butwgetis also supported.
🚀 Usage
Basic Website Download
Mirror a website into a directory named after its domain:
reap https://example.com
Fast Layout Download
Skip videos, archives, and other heavy assets:
reap https://example.com --fast
Download and Preview Locally
Mirror a site and immediately start a local server:
reap https://example.com --serve
The site will be available at:
http://localhost:8000
Increase Download Threads
Requires wget2.
reap https://example.com -t 16
Automatically Create a ZIP Archive
reap https://example.com --zip
🧪 Development
Install in editable mode:
pip install -e .
After installation, the reap command will be available globally and will use your local source files. Any changes you make will be reflected immediately without reinstalling.
📄 License
This project is licensed under the MIT License.
MIT License
Copyright (c) 2026 arxivius
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file reap_web_harvester-1.1.4.tar.gz.
File metadata
- Download URL: reap_web_harvester-1.1.4.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8db31556b4e7f9cc7e8a1bbd03f5d9b17e202781f521cb1fc65cc4ae1df5d78
|
|
| MD5 |
7975e00126004ab85bcdd4b88ec0b086
|
|
| BLAKE2b-256 |
e43a5ab73283a320128bdf30de8650e3c3253f4ba915302ab4aa0ea5c7ed0267
|
File details
Details for the file reap_web_harvester-1.1.4-py3-none-any.whl.
File metadata
- Download URL: reap_web_harvester-1.1.4-py3-none-any.whl
- Upload date:
- Size: 16.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b90dfceea934e1f59e3a797c96fac34ed82e10950eb671ce8577136d890ef921
|
|
| MD5 |
4e0760a1d2169fb1ab006a5ff51acac0
|
|
| BLAKE2b-256 |
eae946c61104c5a8d02e96b947b1d82210863a2dce6bf88b9d545811514cb5a1
|