An open API service indexing awesome lists of open source software.

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

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/)