https://github.com/deno-sandbox/archive.org-web-cloner
archive.org web proxy for PRETTY print
https://github.com/deno-sandbox/archive.org-web-cloner
archive deno
Last synced: 2 months ago
JSON representation
archive.org web proxy for PRETTY print
- Host: GitHub
- URL: https://github.com/deno-sandbox/archive.org-web-cloner
- Owner: Deno-Sandbox
- License: gpl-3.0
- Created: 2022-02-11T09:16:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T09:55:17.000Z (over 4 years ago)
- Last Synced: 2025-03-26T09:41:04.158Z (over 1 year ago)
- Topics: archive, deno
- Language: TypeScript
- Homepage: https://archiveorgproxy.alice-snow.me/
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# archive.org-web-cloner
# install:
- install deno
- run script `deno run -A --unstable ---no-check main.ts`
- setup a domain on this: exemple.com => 5.5.5.5(your server ip) => apache2 proxy to => this deno script on (look at the port on the main.ts file)
# Use:
## Only web view:
- go on the URL and the website displayed
## Cloner
- `wget -nv -r -p -e robots=off -np -U "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0" "https://YOUR PROXY URL/" --page-requisites --no-check-certificate`
# Exemple
see `exemple.ts` hosted here: [https://archiveorgproxy.alice-snow.me/](https://archiveorgproxy.alice-snow.me/)