Create your personal backup from Internet
git clone https://github.com/thiagolopes/alexandria
cd alexandria
pip install .
To run the server:
python -m alexandria
Will run at default port (8000)
To download new site:
python -m alexandria.py https://bin.com/index.html
And the new site will be available in database and server instance.
wgetpython >= 3.10
This project aim to be one file only and minimal deps as possible