Skip to content

Implemention of a command line program that can fetch web pages and saves them to disk for later retrieval and browsing.

Notifications You must be signed in to change notification settings

encryptedtouhid/WebFetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fetch Web Pages CLI

Build Docker Image

    docker build -t fetch .

Section 1: Run the Fetch Website Function

              docker run fetch <...>
    Example : docker run fetch https://www.google.com https://autify.com

Section 2: Run the Fetch MetaData Function ( including local mirror )

              docker run fetch --metadata <...>
    Example : docker run fetch --metadata https://www.google.com https://autify.com

Output Directory

    /app/output

Demo

Demo

About

Implemention of a command line program that can fetch web pages and saves them to disk for later retrieval and browsing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published