A multi-threaded Python script that mirrors any website locally for offline browsing — complete with HTML, JS, CSS, and image support.
- ✅ Multi-threaded crawling (5 threads)
- ✅ Rewrites all internal links for local browsing
- ✅ Saves HTML, CSS, JS, images and more
- ✅ Automatically creates folders using the domain name
- ✅ Uses a realistic
User-Agent
header - ✅ Minimalistic CLI experience
- ✅ Simple and clean output
pip install webmirror
webmirror -d https://example.com
This tool is for educational, testing, and archival purposes only. Please do not use it to scrape, mirror, or clone websites without permission.
Made by @Nafisfuad1 With ❤️ using Python and a lot of curiosity.