Web-Archive / README.md
Slickstar's picture
Update README.md
23a3d6f verified
---
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`.