Spaces:
Paused
Paused
File size: 458 Bytes
e67896b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | ---
title: Personal Wayback
emoji: 🏛️
colorFrom: green
colorTo: gray
sdk: docker
pinned: false
app_port: 7860
---
# Personal Web Archive
A self-hosted tool for preserving web pages in WARC format using Python.
## How it works
1. **Input**: User provides a URL.
2. **Details**: System fetches headers and content.
3. **Output**: Saves a standard WARC file to `archive_store/`.
## Running
```bash
python app.py
```
Then visit `http://localhost:7860`.
|